Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created November 24, 2015 11:49
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 marcusramberg/f0c7718d1ac335dde8d7 to your computer and use it in GitHub Desktop.
Save marcusramberg/f0c7718d1ac335dde8d7 to your computer and use it in GitHub Desktop.
sVim.rc
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