Created
March 28, 2017 16:56
-
-
Save YodasWs/2d38f8c075810444e1425385cfbeae9f to your computer and use it in GitHub Desktop.
Vimium Settings
This file contains 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
" 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