Skip to content

Instantly share code, notes, and snippets.

@jackpinto
Last active May 22, 2019 21:32
Show Gist options
  • Save jackpinto/0a328334b51cb5b8d3b5ea998c4eecc4 to your computer and use it in GitHub Desktop.
Save jackpinto/0a328334b51cb5b8d3b5ea998c4eecc4 to your computer and use it in GitHub Desktop.
cVim config file
" 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