Skip to content

Instantly share code, notes, and snippets.

@zbyna
Last active September 15, 2021 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbyna/d48b19bfe9aca3c60feea945d9813106 to your computer and use it in GitHub Desktop.
Save zbyna/d48b19bfe9aca3c60feea945d9813106 to your computer and use it in GitHub Desktop.
Vimium - scrolling like in VIM
# 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