Skip to content

Instantly share code, notes, and snippets.

@gzmask
Last active June 19, 2017 21:51
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 gzmask/6c3726f14541ae45a031 to your computer and use it in GitHub Desktop.
Save gzmask/6c3726f14541ae45a031 to your computer and use it in GitHub Desktop.
cVimrc
" Settings
set nohub
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 = 10
let scrollstep = 100
let barposition = "bottom"
let hintcharacters = "asdfgqwertzxcvb1234"
let completionengines = ["google", "amazon", "imdb", "dogpile"]
let blacklists = ["https://mail.google.com/*"]
" mappings
unmap zz
map zz :execute 5zi<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment