Skip to content

Instantly share code, notes, and snippets.

@vviikk
Last active October 5, 2016 14:31
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 vviikk/cc8fbd7eb7b6d44685f1db4f055f7407 to your computer and use it in GitHub Desktop.
Save vviikk/cc8fbd7eb7b6d44685f1db4f055f7407 to your computer and use it in GitHub Desktop.
My cVim Settings
set smoothscroll
set noautofocus " The opposite of autofocus; this setting stops
" sites from focusing on an input box when they load
let barposition = "bottom"
" This unmaps the default 'h', 'j', 'k', and 'l' mappings
unmap J K
map K previousTab " I use Vivaldi with tabs on the side
map J nextTab " so this makes more sense
" Toggle the current HUD display value
map <C-h> :set hud!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment