Skip to content

Instantly share code, notes, and snippets.

@gschaffner
Last active April 25, 2017 02:16
Show Gist options
  • Save gschaffner/caba8988d08e936a5e03 to your computer and use it in GitHub Desktop.
Save gschaffner/caba8988d08e936a5e03 to your computer and use it in GitHub Desktop.
cVim Settings
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
let barposition = "top"
set autoupdategist
let blacklists = ["*://www.reddit.com/*", "*://ganden.duckdns.org/*", "*://mail.google.com/*", "*://docs.google.com/*", "*://*gistboxapp.com/*", "*://www.codecademy.com/*", "*://*yappy.im/*", "*://*airtable.com/*", "*://quizlet.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment