Last active
August 29, 2015 14:02
-
-
Save oscargicast/7e69bfedd6ecd57eb9bc to your computer and use it in GitHub Desktop.
local vim configuration using spf13
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
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