Skip to content

Instantly share code, notes, and snippets.

@rubbsdecvik
Last active March 10, 2017 19:55
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 rubbsdecvik/a80627f04de3c15bb0f9 to your computer and use it in GitHub Desktop.
Save rubbsdecvik/a80627f04de3c15bb0f9 to your computer and use it in GitHub Desktop.
cvimrc
set autoupdategist
set nosmoothscroll
let barposition = "bottom"
set noautofocus
set nativelinkorder
command g tabnew google
let searchalias g = "google"
let blacklists = ["https://mail.google.com/*","*://mail.google.com/*","http://codepen.io/*","http://wasavi.appsweets.net/*","https://inbox.google.com/*","https://keep.google.com/*","*ravello*.com/*"]
" this will enable the config block below on the domain 'reddit.com'
site '*://*.reddit.com/*' {
unmap j
unmap k
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment