Skip to content

Instantly share code, notes, and snippets.

@MondoGao
Last active November 23, 2018 10:34
Show Gist options
  • Save MondoGao/0d1965109382a8479154a52fb045cc79 to your computer and use it in GitHub Desktop.
Save MondoGao/0d1965109382a8479154a52fb045cc79 to your computer and use it in GitHub Desktop.
cVimrc
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