Skip to content

Instantly share code, notes, and snippets.

@cloudchou
Last active September 4, 2017 03:12
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 cloudchou/b280814bd87bc0013967f4fd68f38fd0 to your computer and use it in GitHub Desktop.
Save cloudchou/b280814bd87bc0013967f4fd68f38fd0 to your computer and use it in GitHub Desktop.
cVim配置
map F createActiveTabbedHint
let searchengine zhihu = 'https://www.zhihu.com/search?q=%s'
let searchengine youdao = 'http://youdao.com/w/eng/%s'
let searchalias g = 'google'
let searchalias zh = 'zhihu'
let searchalias yd = 'youdao'
let previousmatchpattern = '((?!last)(prev(ious)?|上一(页|頁)?|newer|back|«|less|<<?|gigi‹fd| )+)'
let nextmatchpattern = '((?!first)(下一(页|頁)?|next|older|more|>>?|›|»|forward| )+)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment