aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

Alt+Enter opens a pane, not a window #18

Closed dkvasnicka closed 4 years ago

dkvasnicka commented 4 years ago

Are you using a different terminology compared to tmux or is this a bug? Do you plan to implement "tab-like" windows like tmux with panes inside them? (and group them into sessions, which you already have an issue open here?)

aaronjanse commented 4 years ago

I'm using different terminology. I'll update the README to say "pane" (which I use internally).

aaronjanse commented 4 years ago

Do you plan to implement "tab-like" windows like tmux with panes inside them?

I do plan to implement this

aaronjanse commented 4 years ago

Fixed by https://github.com/aaronjanse/3mux/commit/31b1c44d5ae7d9608a000d1dc2514828542b6d49. Tabs tracked at https://github.com/aaronjanse/3mux/issues/32