Skip to content

Instantly share code, notes, and snippets.

@sidazhang
Last active December 30, 2015 22:49
Show Gist options
  • Save sidazhang/7896694 to your computer and use it in GitHub Desktop.
Save sidazhang/7896694 to your computer and use it in GitHub Desktop.
custom vim configs
try
syntax enable
set background=dark
let g:solarized_termcolors = 256
let g:solarized_visibility = "high"
let g:solarized_contrast = "high"
colorscheme solarized
map <C-h> :tabp<cr>
map <C-l> :tabn<cr>
:set number
:set paste
catch
endtry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment