Last active
November 15, 2017 09:07
-
-
Save vharish/75ff65f6250d722e3d287089b60b57b0 to your computer and use it in GitHub Desktop.
cVim config for chrome/opera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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