Skip to content

Instantly share code, notes, and snippets.

@takenoco82
Created July 24, 2022 22:44
Show Gist options
  • Save takenoco82/f76a768da484fa5954038474b80d25b1 to your computer and use it in GitHub Desktop.
Save takenoco82/f76a768da484fa5954038474b80d25b1 to your computer and use it in GitHub Desktop.
Vimium Custom key mappings
# 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