Created
October 9, 2012 19:33
-
-
Save perone/3860921 to your computer and use it in GitHub Desktop.
spf13-vim local
This file contains 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
"" https://github.com/spf13/spf13-vim | |
colorscheme molokai | |
set tags=tags;/ | |
nmap <F8> :TagbarToggle<CR> | |
""map <C-o> <C-T> | |
map <C-o> <C-]> | |
set mouse= | |
set nonumber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment