Skip to content

Instantly share code, notes, and snippets.

@liorrozen
Last active February 12, 2016 16:22
Show Gist options
  • Save liorrozen/a047ff99edbab1997c73 to your computer and use it in GitHub Desktop.
Save liorrozen/a047ff99edbab1997c73 to your computer and use it in GitHub Desktop.
My settings for cVim
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
set typelinkhints
" this will enable the config block below on the domain 'reddit.com'
site '*://github.com/*' {
unmap t
}
" alias ':g' to ':tabnew google'
command g tabnew google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment