Last active
November 23, 2018 10:34
-
-
Save MondoGao/0d1965109382a8479154a52fb045cc79 to your computer and use it in GitHub Desktop.
cVimrc
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
set noautofocus | |
set smoothscroll | |
set autoupdategist | |
let scrollstop = 100 | |
let completionengines = ['google', 'baidu'] | |
let searchengine baidu = 'https://www.baidu.com/s?wd=%s' | |
let blacklists = [] | |
let barposition = 'top' | |
let searchalias g = 'google' | |
let searchalias b = 'baidu' | |
let completionengines = ['google', 'baidu'] | |
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