Last active
May 22, 2019 21:32
-
-
Save jackpinto/0a328334b51cb5b8d3b5ea998c4eecc4 to your computer and use it in GitHub Desktop.
cVim config file
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
" Settings | |
set nohud | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
set typelinkhints | |
let searchlimit = 30 | |
let scrollstep = 70 | |
let barposition = "top" | |
let blacklists = ["*://en.todoist.com/*","*://www.keyhero.com/*","*://localhost/*","*://mail.google.com/*","*://inbox.google.com/*","*://web.whatsapp.com/*","*://outlook.live.com/*", "*://www.youtube.com/*", "*://*.typingclub.com/*", "*://www.vimgenius.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment