Skip to content

Instantly share code, notes, and snippets.

@alexanderjeurissen
Last active March 25, 2017 13:11
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 alexanderjeurissen/6aefbb0d4984fed9efc2810fc9ce427a to your computer and use it in GitHub Desktop.
Save alexanderjeurissen/6aefbb0d4984fed9efc2810fc9ce427a to your computer and use it in GitHub Desktop.
Vimium settings
" Scroll down with C-d, and up with <c-u>
map <c-d> scrollPageDown
map <c-u> scrollPageUp
" close tab with d
unmap d
unmap x
map d removeTab
" Use u to undo tab close instead of X
map u restoreTab
unmap X
" Pin tab with gp
map gp togglePinTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment