Last active
March 25, 2017 13:11
-
-
Save alexanderjeurissen/6aefbb0d4984fed9efc2810fc9ce427a to your computer and use it in GitHub Desktop.
Vimium settings
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
" 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