Last active
October 5, 2016 14:31
-
-
Save vviikk/cc8fbd7eb7b6d44685f1db4f055f7407 to your computer and use it in GitHub Desktop.
My cVim Settings
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
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