Skip to content

Instantly share code, notes, and snippets.

@dohsimpson
Last active June 13, 2018 14:32
Show Gist options
  • Save dohsimpson/e39ae6d8cc91c5a3012e to your computer and use it in GitHub Desktop.
Save dohsimpson/e39ae6d8cc91c5a3012e to your computer and use it in GitHub Desktop.
" Scroll
map "j" scrollPageDown
map "k" scrollPageUp
map "left" scrollLeft
map "right" scrollRight
map "space" scrollFullPageDown
map "b" scrollFullPageUp
" Tab
map "s" nextTab
unmap "w"
map "a" previousTab
map "l" nextTab
map "h" previousTab
map "q" lastActiveTab
map "w" lastActiveTab
map "u" lastClosedTab
" History
map "[" goBack
map "]" goForward
" Insert
" map "i" insertMode
map "i" goToInput
" Zoom
map "=" zoomPageIn
map "-" zoomPageOut
map "0" zoomOrig
" Navigation
map "p" parentDirectory
map "shift+p" topDirectory
let homeurl = "https://duckduckgo.com";
let newtaburl = "";
map "shift+h" homePage
map "shift+r" openReader
map "y y" yankDocumentUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment