Created
August 25, 2017 18:30
-
-
Save amarendra/babb8738a4444ac6284e6697781b76d9 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
" neat shortcuts | |
map "v" goToInput | |
map "c" lastClosedTab | |
map "m" zoomPageOut | |
map ":" openReader | |
map "o" zoomPageIn | |
map "e" quit | |
map "d" createHint | |
map "f" createTabbedHint | |
" shift mappings | |
map "shift+m" quit | |
map "shift+f" lastActiveTab | |
map "shift+a" firstTab | |
map "shift+s" lastTab | |
map "shift+r" closeTabsToRight | |
map "shift+z" lastClosedTabBackground | |
map "shift+w" closeTabLeft | |
map "shift+e" closeTabRight | |
map "shift+v" lastClosedTab | |
map "shift+d" lastClosedTabBackground | |
map "shift+o" topDirectory | |
map "g g" showsVimrc | |
map "shift+j" goBack | |
map "shift+k" goForward | |
" amazing navigation | |
map "w" moveTabRight | |
map "q" moveTabLeft | |
map "s" nextTab | |
map "a" previousTab | |
map "b" scrollToBottom | |
map "n" scrollToTop | |
" settings | |
let blacklists = ["*://codepen.io/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment