Option + number for shortcut for switching between horizontal splits. #4357
Replies: 2 comments
-
Given that splits can be horizontal, vertical, and any nested version of horizontal and vertical within that, I can't see an intuitive way to do this. Given a layout like this, how would you map these panes to numbers? What I've done is use option plus vim directions to navigate splits (and option-shift plus vim directions to create a split in that direction). That offers fairly intuitive navigation between panes, even if using a complex tree of panes.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Dupe of #3212 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VSCode, you can use option + number to switch between tabs in the same panel. Would be nice if Ghostty could do this for splits in a window.
Not sure how vertical splits would be handled though. Maybe option shift number and count from top?
Beta Was this translation helpful? Give feedback.
All reactions