Skip to content

Instantly share code, notes, and snippets.

@vharish
Last active November 15, 2017 09:07
Show Gist options
  • Save vharish/75ff65f6250d722e3d287089b60b57b0 to your computer and use it in GitHub Desktop.
Save vharish/75ff65f6250d722e3d287089b60b57b0 to your computer and use it in GitHub Desktop.
cVim config for chrome/opera
" 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 = "bottom"
let hintcharacters = "abc123"
map <C-g> <C-[>
site '*://mail.google.com/*' {
unmap j
unmap k
unmap e
unmap /
}
" End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment