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

scroll-half-page-up and scroll-half-page-down #531

Closed
amigrave opened this issue Oct 13, 2016 · 2 comments · Fixed by #1075
Closed

scroll-half-page-up and scroll-half-page-down #531

amigrave opened this issue Oct 13, 2016 · 2 comments · Fixed by #1075

Comments

@amigrave
Copy link

It would be cool to have scroll-half-page-up and scroll-half-page-down for scrolling, like we have move-half-page-up and move-half-page-down. Scrolling code by page makes it so easy to get lost.

As a workaround, let's say that I want to have a binding in order to scroll by chunk of 8 lines, how could I do that ?

bind    diff        <C-PgUp>       none
bind    diff        <C-PgUp>       <repeat N times scroll-line-up ???>
bind    diff        <C-PgDown>     none
bind    diff        <C-PgDown>     <repeat N times scroll-line-down ???>
@hasufell
Copy link
Contributor

This is important, imo. Git is about viewing diffs. Diffs are huge. I need to have proper navigation capabilities.

@amigrave
Copy link
Author

@koutcher Thanks a lot for this !

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

Successfully merging a pull request may close this issue.

2 participants