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
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 ???>
The text was updated successfully, but these errors were encountered:
It would be cool to have
scroll-half-page-up
andscroll-half-page-down
for scrolling, like we havemove-half-page-up
andmove-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 ?
The text was updated successfully, but these errors were encountered: