Skip to content

Instantly share code, notes, and snippets.

@jouyouyun
Last active November 14, 2017 02:14
Show Gist options
  • Save jouyouyun/4354411ed9d5457f507f6a977722cb23 to your computer and use it in GitHub Desktop.
Save jouyouyun/4354411ed9d5457f507f6a977722cb23 to your computer and use it in GitHub Desktop.
cVim config
let hintcharacters = "asdfqwerlkjhmpoi"
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