Created
January 2, 2016 04:10
-
-
Save cdpath/0959bce40383ea50babb to your computer and use it in GitHub Desktop.
cVim config
This file contains 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
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