Skip to content

Instantly share code, notes, and snippets.

@fuxialexander
Last active January 30, 2016 03:32
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 fuxialexander/8cdf1a25164f7552781b to your computer and use it in GitHub Desktop.
Save fuxialexander/8cdf1a25164f7552781b to your computer and use it in GitHub Desktop.
sVimrc
let newtaburl = "http://google.com"
let homeurl = "http://google.com"
let hintcharacters = "asdfqwerjkluiop"
unmap "i"
unmap "t"
unmap "w"
unmap "r"
unmap "n"
unmap "g t"
unmap "g 0"
unmap "g $"
unmap "g l"
unmap "shift+j"
unmap "shift+x"
unmap "g shift+t"
unmap "shift+k"
unmap "shift+h"
unmap "shift+i"
unmap "shift+l"
unmap "g h"
unmap "g ?"
unmap "g v"
unmap "shift+."
unmap "shift+,"
unmap "g d"
unmap "g shift+u"
unmap "g u"
map "g p" goBack
map "g n" goForward
map "g q" closeTabLeft
map "g e" closeTabRight
map "g w" closeTab
map "q" previousTab
map "e" nextTab
map "l" lastActiveTab
map "shift+j" goBack
map "shift+k" goForward
map "shift+e" nextWindow
map "shift+q" previousWindow
map "ctrl+x" lastClosedTab
let blacklists = ["*://example.com/stuff/*", "*://mail.google.com/*", "http://*/terminals/*", "*://*/icbc.com.cn/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment