Skip to content

Instantly share code, notes, and snippets.

@YodasWs
Created March 28, 2017 16:56
Show Gist options
  • Save YodasWs/2d38f8c075810444e1425385cfbeae9f to your computer and use it in GitHub Desktop.
Save YodasWs/2d38f8c075810444e1425385cfbeae9f to your computer and use it in GitHub Desktop.
Vimium Settings
" Use OS-standard shortcuts instead
unmap x
unmap X
unmap r
unmap t
" More logical prev/next tab commands
map H previousTab
map L nextTab
map J scrollPageDown
map K scrollPageUp
map U scrollFullPageUp
map D scrollFullPageDown
map <c-b> scrollFullPageUp
map <c-f> scrollFullPageDown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment