Last active
August 29, 2015 14:10
-
-
Save dofine/b74e3ba486593a8444e2 to your computer and use it in GitHub Desktop.
cVimrc for cVim extension for chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let nextmatchpattern="\s*下一页|下一张|下一篇|下页|后页\s*,^\b(N|n)ext\b,\\bnext\\b,^>$,^(>>|»)$,^(>|»),(>|»)$,\\bmore\\b" | |
let previousmatchpattern="\s*上一页|上一张|上一篇|上页|前页\s*,^\b(p|P)rev|(p|P)revious\b,\\bprev|previous\\b,^<$,^(<<|«)$,^(<|«),(<|«)$" | |
let searchengine g6 = "https://ipv6.google.com/search?q=%s" | |
let searchalias g = "g6" | |
let mapleader = "," | |
let qmark a = ["http://v2ex.com", "http://twitter.com"] | |
" You can use <Space>, which is interpreted as a | |
" literal " " character, to enter buffer completion mode | |
map gb :buffer<Space> | |
let blacklists = ["https://mail.google.com/*","*://inbox.google.com/*","*://www.inoreader.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment