goto_split by number #5527
Unanswered
zachvalenta
asked this question in
Ideas and Issue Triage
Replies: 2 comments
-
We don't really even give numbers to splits internally and everything is just modelled by a binary tree where it's easy to move in terms of the four cardinal directions, but as things stand this feature is not easy to implement. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another possible advantage of adding the by-numbers approach: let's say you have 4 panes. Getting from top L to bottom R is two keystrokes vs. a single ( |
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
-
Maybe I'm just used to how iTerm does it:
but I think this paradigm is worthwhile in addition to the existing ghostty approach of
goto_split:$DIRECTION
. Feels like a lot of new users might also be used to the numeric approach from browser tabs. You can set up VS Code to work this way as well:Beta Was this translation helpful? Give feedback.
All reactions