Created
July 24, 2022 22:44
-
-
Save takenoco82/f76a768da484fa5954038474b80d25b1 to your computer and use it in GitHub Desktop.
Vimium Custom key mappings
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
# Insert your preferred key mappings here. | |
map <c-o> goBack | |
map <c-i> goForward | |
map H previousTab | |
map L nextTab | |
map <c-d> scrollPageDown | |
map <c-u> scrollPageUp | |
unmap d | |
map dd removeTab | |
map u restoreTab | |
map < goPrevious | |
map > goNext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment