Skip to content

Instantly share code, notes, and snippets.

@steeef
Last active June 14, 2017 16:32
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 steeef/dae00ea2bedf15300640 to your computer and use it in GitHub Desktop.
Save steeef/dae00ea2bedf15300640 to your computer and use it in GitHub Desktop.
cvimrc file for cVim
set noautofocus
set cncpcompletion
set nosmoothscroll
set nohud
set noautohidecursor
set numerichints
set typelinkhints
set autoupdategist
let barposition = "bottom"
let blacklists = ["*://trello.com/*", "*://inbox.google.com/*"]
site '*://*.reddit.com/*' {
unmap j k
}
site '*://feedbin.com/*' {
unmap j k h l Space c v
}
site '*://*.atlassian.net/browse/*' {
unmap . l mf mr my
}
site '*://*.atlassian.net/secure/*' {
unmap . l mf mr my
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment