Replies: 1 comment
-
I often use |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The main reason for this proposal is that
Ctrl-u/d
already provide the scrolling functionality anyone would need, they are consistent across different modes, mnemonic, easy to memorize both for beginners and vim-gurus, and easily provide the same "page_up/down" motion.The other arguments in favor of removing
Ctrl-f/b
from defaults are:Ctrl-u/d
, period.Ctrl-f/b
does not work for scrolling in popups, which is confusingPageUp/Down
keysCtrl-f/b
is mostly used by veteran vim users, who tweak their config anyway and can easily restore the previous behaviorThis issue somewhat relates to #1614
Beta Was this translation helpful? Give feedback.
All reactions