vimrc quirk
This commit is contained in:
parent
56a3fb098f
commit
3882f664a7
|
@ -204,8 +204,9 @@ colorscheme molokai
|
|||
" NERD Tree
|
||||
"----------
|
||||
|
||||
" Auto-open the NERDTree
|
||||
" Auto-open the NERDTree, but focus the original file's panel
|
||||
autocmd VimEnter * NERDTree
|
||||
autocmd VimEnter * wincmd p
|
||||
|
||||
" The same, but for when you open vim w/o a specific file
|
||||
autocmd StdinReadPre * let s:std_in=1
|
||||
|
|
Loading…
Reference in New Issue
Block a user