Last active
September 15, 2021 19:51
-
-
Save zbyna/d48b19bfe9aca3c60feea945d9813106 to your computer and use it in GitHub Desktop.
Vimium - scrolling like in VIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Insert your preferred key mappings here. | |
unmap d | |
map <c-d> scrollPageDown | |
unmap u | |
map <c-u> scrollPageUp | |
map <c-f> scrollFullPageDown | |
map <c-b> scrollFullPageUp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment