Skip to content

Instantly share code, notes, and snippets.

@danneu
Last active September 21, 2017 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danneu/ab641767993a6a3c35bd859e88562076 to your computer and use it in GitHub Desktop.
Save danneu/ab641767993a6a3c35bd859e88562076 to your computer and use it in GitHub Desktop.
map keybinding customations for the vimium browser plugin (rip vimperator, rip pentadactyl, rip firefox)
map <c-p> previousTab
map <c-n> nextTab
map d removeTab
map u restoreTab
map <c-o> goBack
map <c-i> goForward
map <c-d> scrollPageDown
map <c-u> scrollPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment