Skip to content

Instantly share code, notes, and snippets.

@M-Kepler
Created April 20, 2019 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M-Kepler/b5f1cffbee4f30f931341c0c5b851654 to your computer and use it in GitHub Desktop.
Save M-Kepler/b5f1cffbee4f30f931341c0c5b851654 to your computer and use it in GitHub Desktop.
cvimSettings
set smoothscroll
let searchengine sb = "https://www.baidu.com/s?wd=%s"
let searchengine tb = "https://s.taobao.com/search?q=%s"
let searchengine sg = "https://www.sogou.com/web?query=%s"
let searchengine zh = "https://www.zhihu.com/search?q=%s"
let searchengine gh = "https://github.com/search?q=%s"
let searchengine wx = "http://weixin.sogou.com/weixin?type=2&s_from=input&query=%s"
let searchengine sf = "https://stackoverflow.com/search?q=%s"
let completionengines = ["google", "amazon", "imdb", "bd","tb","sg","so"]
set regexp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment