Skip to content
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

Feature Request: Wrap around navigation in remote (and local) branch list #957

Closed
heliostatic opened this issue Oct 21, 2021 · 3 comments
Closed
Labels
enhancement New feature or request
Milestone

Comments

@heliostatic
Copy link

Is your feature request related to a problem? Please describe.
In repos with many branches, finding one at the bottom of the list is quite time consuming.

Describe the solution you'd like
When a user presses the up arrow while already selecting the top item in the list, the selection should wrap to the bottom, allowing quick navigation to the bottom of the list.

Describe alternatives you've considered
I prune branches in repos I control, but am a member of several repos with LONG lists of branches for work that I can't prune.

Additional context

2021-10-21.at.12.10.50.-.Alacritty.-.CleanShot.mp4
@extrawurst
Copy link
Owner

I have to check but pos1 and end should also be supported. At least in diffs we do and that would be consistent and solve your problem too, right?

@heliostatic
Copy link
Author

end doesn't seem to be supported, at least on latest build

@extrawurst extrawurst added this to the v0.19 milestone Oct 23, 2021
@extrawurst extrawurst added the enhancement New feature or request label Oct 23, 2021
@extrawurst
Copy link
Owner

home/end are now supported. pageUp/pageDown was already supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants