Skip to content

Instantly share code, notes, and snippets.

@cdpath
Created January 2, 2016 04:10
Show Gist options
  • Save cdpath/0959bce40383ea50babb to your computer and use it in GitHub Desktop.
Save cdpath/0959bce40383ea50babb to your computer and use it in GitHub Desktop.
cVim config
map h gT
map l gt
map w gT
map e gt
unmap d
map d x
unmap ;
map ; :
set nohud
set nosmoothscroll
set noautofocus
let qmark a = ["http://reddit.com"]
let qmark d = ["http://www.douban.com"]
let qmark D = ["http://www.hi-pda.com/forum/forumdisplay.php?fid=2"]
let qmark v = ["https://v2ex.com/"]
let qmark z = ["http://z.cn/"]
let qmark f = ["http://fanfou.com/"]
let qmark F = ["https://www.facebook.com/"]
let qmark s = ["http://www.salttiger.com/"]
let qmark S = ["http://www.smzdm.com/"]
let qmark w = ["http://weibo.com/"]
let qmark t = ["https://twitter.com/"]
let blacklists = ["https://mail.google.com/*","*://mail.google.com/*","@https://mail.google.com/mail/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment