Skip to content

Instantly share code, notes, and snippets.

@thawk
Last active March 25, 2019 10:56
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 thawk/75f0517d3b66137d6e17bfdddccce96b to your computer and use it in GitHub Desktop.
Save thawk/75f0517d3b66137d6e17bfdddccce96b to your computer and use it in GitHub Desktop.
Configuration file for cVim (Chrome Extension)
set nosmoothscroll
set noautofocus
set typelinkhints
set autoupdategist
set cncpcompletion
let previousmatchpattern = "((?!last)(上一页|上一頁|上页|上頁|后退|prev(ious)?|back|less|<|‹|«| )+)"
let nextmatchpattern = "((?!first)(下一页|下一頁|下页|下頁|前进|前進|繼續|继续|更多|next|more|>|›|»|forward| )+)"
let barposition = "bottom"
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@https://mail.google.com/mail/*", "https://*workflowy.com/*", "http://*shanbay.com/*", "https://asciidoclive.com/edit/*", "https://dos.zczc.cz/games/*", "http://naotu.baidu.com/file/*", "https://kiwivm.64clouds.com/*", "https://taiko.bui.pm/*", "https://virtualpiano.net/*"]
copyCurrentTabTitle -> {{
Status.setMessage(document.title,3);
Clipboard.copy(document.title);
}}
map yt :call copyCurrentTabTitle<CR>
map gb :buffer<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment