Skip to content

Instantly share code, notes, and snippets.

@oscargicast
Last active August 29, 2015 14:02
Show Gist options
  • Save oscargicast/7e69bfedd6ecd57eb9bc to your computer and use it in GitHub Desktop.
Save oscargicast/7e69bfedd6ecd57eb9bc to your computer and use it in GitHub Desktop.
local vim configuration using spf13
if $TERM == "xterm-256color"
set t_Co=256
endif
colorscheme jelleybeans
set guifont=Monaco:h12
let NERDTreeQuitOnOpen=0
map <C-J> <C-W>j
map <C-K> <C-W>k
map <C-L> <C-W>l
map <C-H> <C-W>h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment