vimrc quirk

master
Noah 9 years ago
parent 56a3fb098f
commit 3882f664a7
  1. 3
      home/.vimrc

@ -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…
Cancel
Save