Last active
January 23, 2017 17:35
-
-
Save svmhdvn/dcc9b88ae801f3e7b871112f93a85e0c to your computer and use it in GitHub Desktop.
Custom Vimium bindings for Colemak users
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
unmap x | |
unmap t | |
unmap r | |
unmap d | |
unmap u | |
map h scrollLeft | |
map n scrollDown | |
map e scrollUp | |
map i scrollRight | |
map s scrollPageUp | |
map t scrollPageDown | |
map l scrollToLeft | |
map L scrollToRight | |
map <C-e> scrollPageUp | |
map <C-n> scrollPageDown | |
map <C-h> previousTab | |
map <C-i> nextTab | |
map H goBack | |
map I goForward | |
map k performFind | |
map K performBackwardsFind | |
map <Space> enterInsertMode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment