Last active
June 13, 2018 14:32
-
-
Save dohsimpson/e39ae6d8cc91c5a3012e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
" 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