Last active
February 23, 2018 06:15
-
-
Save jostyee/322b040bea2b04d88f095a0b32743d36 to your computer and use it in GitHub Desktop.
config for cVim Chrome extension
This file contains hidden or 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 barposition = "bottom" | |
| let searchlimit = 5 | |
| let searchalias g = "google" | |
| let blacklists = ["https://inbox.google.com/*", "*://newsblur.com/*", "*://www.taobao.com/*"] | |
| set autoupdategist | |
| set noautofocus | |
| set cncpcompletion | |
| set nohud | |
| map w nextTab | |
| map q previousTab | |
| map <space> scrollFullPageDown | |
| map <Leader>r reloadTabUncached | |
| " map u :undo<cr> | |
| site "https://mail.google.com/*" { | |
| unmapAll | |
| } | |
| site 'https://twitter.com/*' { | |
| unmap j k . | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment