1
0

vimrc quirk

This commit is contained in:
Noah 2014-12-05 17:48:03 -08:00
parent 56a3fb098f
commit 3882f664a7

View File

@ -204,8 +204,9 @@ colorscheme molokai
" NERD Tree " NERD Tree
"---------- "----------
" Auto-open the NERDTree " Auto-open the NERDTree, but focus the original file's panel
autocmd VimEnter * NERDTree autocmd VimEnter * NERDTree
autocmd VimEnter * wincmd p
" The same, but for when you open vim w/o a specific file " The same, but for when you open vim w/o a specific file
autocmd StdinReadPre * let s:std_in=1 autocmd StdinReadPre * let s:std_in=1