Created
March 16, 2017 01:50
-
-
Save igemnace/776c8276f5ed5585e93754cd4d6a2102 to your computer and use it in GitHub Desktop.
Vimium config
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
# map only what I declare | |
# to avoid clashing with Vivaldi keys | |
unmapAll | |
# scrolling behavior | |
map j scrollDown | |
map k scrollUp | |
map gg scrollToTop | |
map G scrollToBottom | |
map <c-d> scrollPageDown | |
map <c-u> scrollPageUp | |
map h scrollLeft | |
map l scrollRight | |
# insert mode behavior | |
map <a-del> enterInsertMode | |
# visual mode behavior | |
map v enterVisualMode | |
map V enterVisualLineMode | |
# link hints behavior | |
map f LinkHints.activateMode | |
map F LinkHints.activateModeToOpenInNewTab | |
# mark behavior | |
map m Marks.activateCreateMode | |
map ' Marks.activateGotoMode | |
map ` Marks.activateGotoMode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment