You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Large change sets can be painful to navigate in menus like [2]Files list, or [3]Branches>branchname>commithash>Diff files, or the [5]Stash>stashid>Diff files set of explorers. Especially if you have an odd tendency to add files in the middle of this list, and need to bounce around the top and bottom of the lists.. ;-)
Describe the solution you'd like
Allow an option, default true, to cycle/wrap at the top of the list to the bottom, and vice versa. I'm using vi & arrow keys to navigate the lists, it'd be great if I hit down when on the bottom it would go to the very first item, if the option were enabled. Etc.
Describe alternatives you've considered
We could possibly use a custom command to jump the top or bottom, but it wouldn't enable the default natural behavior of moving "up" when at the top of a list, bringing cursor to bottom, and vice versa.
Additional context
n/a
Thanks!
The text was updated successfully, but these errors were encountered:
Are you aware that you can jump to the top by pressing <, and to the bottom by pressing >? On master, you can also use home and end for these, but that's not released yet.
Isn't that enough? I don't quite see why you also need to wrap around using up/down.
Isn't that enough? I don't quite see why you also need to wrap around using up/down.
Because my finger is already on the j key? :) I'll not invoke Larry Wall, instead I'll point at other tools that do this like fzf --cycle. Or even lazygit where we will cycle the tabs of different window groups, e.g. 2222 will fully cycle the changes area with loopback.
This feature won't step on toes in an already busy keybinding space either, it just adds more functionality to an existing set of keybindings.
Is your feature request related to a problem? Please describe.
Large change sets can be painful to navigate in menus like
[2]Files
list, or[3]Branches>branchname>commithash>Diff files
, or the[5]Stash>stashid>Diff files
set of explorers. Especially if you have an odd tendency to add files in the middle of this list, and need to bounce around the top and bottom of the lists.. ;-)Describe the solution you'd like
Allow an option, default true, to cycle/wrap at the top of the list to the bottom, and vice versa. I'm using vi & arrow keys to navigate the lists, it'd be great if I hit down when on the bottom it would go to the very first item, if the option were enabled. Etc.
Describe alternatives you've considered
We could possibly use a custom command to jump the top or bottom, but it wouldn't enable the default natural behavior of moving "up" when at the top of a list, bringing cursor to bottom, and vice versa.
Additional context
n/a
Thanks!
The text was updated successfully, but these errors were encountered: