Last active
June 14, 2017 16:32
-
-
Save steeef/dae00ea2bedf15300640 to your computer and use it in GitHub Desktop.
cvimrc file for cVim
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
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