Is there a way to make new tabs? #611

Open
opened 2020-08-20 23:24:21 +02:00 by ghost · 5 comments
ghost commented 2020-08-20 23:24:21 +02:00 (Migrated from github.com)

I like the look of this terminal emulator,but I like the ability to make new tabs like in Konsole.

I like the look of this terminal emulator,but I like the ability to make new tabs like in Konsole.
bsacharski commented 2020-09-06 10:03:34 +02:00 (Migrated from github.com)

@Toadfield why not use a terminal multiplexer like tmux?
That way your tabs would be independent from the terminal emulator.

@Toadfield why not use a terminal multiplexer like [tmux](https://github.com/tmux/tmux/wiki)? That way your tabs would be independent from the terminal emulator.
xslendix commented 2020-09-09 11:58:03 +02:00 (Migrated from github.com)

@Toadfield why not use a terminal multiplexer like tmux?
That way your tabs would be independent from the terminal emulator.

I agree with you here. Using sometging like tmux looks cooler and tabs would destroy the look

> @Toadfield why not use a terminal multiplexer like [tmux](https://github.com/tmux/tmux/wiki)? > That way your tabs would be independent from the terminal emulator. I agree with you here. Using sometging like tmux looks cooler and tabs would destroy the look
allisonober commented 2020-10-14 19:00:51 +02:00 (Migrated from github.com)

I would like tabs too, but I agree with not ruining the aesthetic. If I were going to make this, I would keep tab info in the window title bar, and have hot keys for new tabs and navigating tabs. The window title could look something like...

cool-retro-term (tab 1 of 3)

I don't think you need title renaming or tab re-ordering or anything fancy like that. I usually just tab through what I have until I get to what I need when I use tabbed terminals.

I would like tabs too, but I agree with not ruining the aesthetic. If I were going to make this, I would keep tab info in the window title bar, and have hot keys for new tabs and navigating tabs. The window title could look something like... > cool-retro-term (tab 1 of 3) I don't think you need title renaming or tab re-ordering or anything fancy like that. I usually just tab through what I have until I get to what I need when I use tabbed terminals.
allisonober commented 2020-10-16 16:49:55 +02:00 (Migrated from github.com)

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.

Screen Shot 2020-10-16 at 10 35 33 AM

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.

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. <img width="1096" alt="Screen Shot 2020-10-16 at 10 35 33 AM" src="https://user-images.githubusercontent.com/52665928/96272375-0483e680-0f9c-11eb-9e49-9a7c4d130463.png"> 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.
alexmyczko commented 2020-10-17 21:54:07 +02:00 (Migrated from github.com)

you could use gnu screen?

you could use gnu screen?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#611
No description provided.