Created
November 24, 2015 11:49
-
-
Save marcusramberg/f0c7718d1ac335dde8d7 to your computer and use it in GitHub Desktop.
sVim.rc
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
let blacklists = ["*://mail.google.com/*", "*://inbox.google.com/*", "*://feedly.com/*"] | |
map "?" help | |
" tabs navigation | |
unmap "h" | |
unmap "l" | |
map "l" nextTab | |
map "h" previousTab | |
map "q" firstTab | |
map "w" previousTab | |
map "o" nextTab | |
map "p" lastTab | |
" closing tabs | |
map "z" closeTabsToleft | |
map "c" closeTabsToRight | |
map "T" lastClosedTab | |
" scrolling | |
unmap "d" | |
unmap "u" | |
unmap "e" | |
map "j" scrollPageDown | |
map "k" scrollPageUp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment