xibbon / LaTerminal

50 stars 2 forks source link

Feature request: Tab support #92

Open comex opened 4 months ago

comex commented 4 months ago

Most macOS terminal apps support both multiple windows and multiple tabs within each window. I'm deeply used to that workflow and am trying to replicate it on Vision Pro. So far I've found some Vision Pro SSH apps that support tabs but not windows, and La Terminal which supports windows but not tabs. So, here is a feature request to add tab support. :)

[Edit: I have now discovered that it actually is possible to have multiple sessions in a window, but they're not shown as tabs, navigable using command-shift-left/right, or tmux-integrated.]

Ideally this would be combined with the existing tmux integration similarly to how iTerm2 does it on macOS.

It's possible to somewhat simulate this by just using tmux in each window, but it's not as pretty and the keyboard shortcuts aren't as nice. (However, the latter could be worked around if the kitty keyboard protocol were supported, as I just requested in #91.)