Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save urouro-net/37d5deda210dc8cda21e91cc0af7e0b8 to your computer and use it in GitHub Desktop.
Save urouro-net/37d5deda210dc8cda21e91cc0af7e0b8 to your computer and use it in GitHub Desktop.
Vimium custom key mappings
unmap j
unmap k
unmap d
unmap u
unmap /
unmap gg
unmap G
unmap t
unmap x
map <c-n> scrollDown
map <c-p> scrollUp
map <c-v> scrollPageDown
map <c-V> scrollPageUp
map <c-s> enterFindMode
map <c-<> scrollToTop
map <c->> scrollToBottom
map <c-j> LinkHints.activateMode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment