Skip to content

Instantly share code, notes, and snippets.

@igemnace
Created March 16, 2017 01:50
Show Gist options
  • Save igemnace/776c8276f5ed5585e93754cd4d6a2102 to your computer and use it in GitHub Desktop.
Save igemnace/776c8276f5ed5585e93754cd4d6a2102 to your computer and use it in GitHub Desktop.
Vimium config
# 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