Skip to content

Instantly share code, notes, and snippets.

@jostyee
Last active February 23, 2018 06:15
Show Gist options
  • Save jostyee/322b040bea2b04d88f095a0b32743d36 to your computer and use it in GitHub Desktop.
Save jostyee/322b040bea2b04d88f095a0b32743d36 to your computer and use it in GitHub Desktop.
config for cVim Chrome extension
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