Last active
January 21, 2016 14:12
-
-
Save yxjxx/9c9b2ae8b34d932d691c to your computer and use it in GitHub Desktop.
cvim config
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 completionengines = ['google', 'google-image', 'youtube'] | |
map <C-7> lastUsedTab | |
let blacklists = ["http://douban.fm/*","http://qex.github.io/*","http://qianshan.co/*","https://cloud.digitalocean.com/*","http://dazi.kukuw.com/*","https://courses.edx.org/*","http://www.liaoxuefeng.com/*"] | |
set nochangelog | |
map ; : | |
map : ; | |
"let configpath = '/Users/yxj/Dropbox/dotfiles/.cvimrc' | |
"set localconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment