New tabs in OSX #384
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There doesn't seem to be an option to open a new tab in OSX. I can see the menu option to open the tab bar (Cmd+Shift+T) and this works, but there's still no option to open a fresh tab. I've tried Cmd+T, and double-clicking the tab bar, but neither works. Cheers.
In fact this surprises me as I didn't knew Cool Retro Term supports tab at all. I could find no way to open a tab, neither in the menu nor on the keyboard. Ctrl+T, Ctrl+Shift+T and Ctrl+N do nothing (I am using a Linux PC, not a Mac).
Yeah, I'm not sure why the tab bar is there, maybe it's just a Mac thing. Either way, it doesn't seem to do anything.
I have actually opened a ticket asking to add this functionality: https://github.com/Swordfish90/cool-retro-term/issues/421
I agree. I just found this awesome terminal app that would put my owning a single lcd mind at ease. But it can not multitask. Multiple tasking is something I like. I am usually compiling, opening apps, configuring files. cmd + t in the mac terminal works great. Please put this on the todo list and I will recommend this app to as many people as I can!
One other suggestion is to hold the arrow keys to move indicator more than one character.
So if you're looking for multiple terminal support, I found a way to have multiple windows at once (not tabs though.)
It's very limited, but simple to do. In MacOS, I copied the application and renamed it to make it a separate app. Now I have two windows to use, which act like separate applications.
The downsides are configs won't be shared (you'll have to export in one and import in the other to update your profiles), and you'll need to repeat this depending on how many extra windows you want.
The up side is this is a very easy technique that can likely work on any OS. And a bonus, you can cmd+tab between the terminals, which I actually prefer.
(And sorry if I'm spamming this message across issues, just want to notify anyone that desires multiple terminal support)
Hey @allisonober I'm trying to do what you're doing but upon opening the copied app, it just takes me to the instance that's already open.
I'm doing this:
cp -r /Applications/cool-retro-term.app /Applications/cool-retro-term-2.app
open /Applications/cool-retro-term-2.app
But it only opens the instance that's already running (cool-retro-term.app and not cool-retro-term-2.app)
UPDATE:
It works if I open the second app by clicking on it in Finder instead of opening it from the terminal.