Last active
February 10, 2017 02:41
-
-
Save urouro-net/3fd74871c3e3a07658d84b332ffb0370 to your computer and use it in GitHub Desktop.
Vimium + BTT
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
⌥V -> ⇧^V | |
⇧⌥, -> ⇧^, | |
⇧⌥. -> ⇧^. |
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
unmap j | |
unmap k | |
unmap d | |
unmap u | |
unmap / | |
unmap gg | |
unmap G | |
unmap t | |
map <c-n> scrollDown | |
map <c-p> scrollUp | |
map <c-v> scrollPageDown | |
map <c-V> scrollPageUp | |
map <c-s> enterFindMode | |
map <c-<> scrollToTop | |
map <c->> scrollToBottom | |
map <c-j> LinkHints.activateMode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment