-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to change split order #1525
Comments
Another potential inspiration for such a feature would be Vim. It has default key bindings for:
(c.f. https://neovim.io/doc/user/windows.html#_5.-moving-windows-around) |
To add a bit of context and third-party examples: Here is the GUI solution that iTerm2 has for this in a discussion that I started, which would also play into this: #3747 |
As vim has already been mentioned, it differentiates between buffer, window and tab page:
I thinks this maps neatly to pty, pane and tab page. If attaching and detaching a pty from a pane is possible, it's also easy to move a pty between tabs or even display it in multiple tabs. |
I think an action that can change the order of splits would be a great feature. Currently there is no way to change the order of splits after creating them.
Kitty has something like this called move window.
The text was updated successfully, but these errors were encountered: