Auto Nerdtree without any files to open
This commit is contained in:
parent
c576bcdc84
commit
14c895099f
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ let g:SuperTabNoCompleteAfter = ['^',',','\s']
|
|||
|
||||
"NERDTree tabs
|
||||
nmap <silent> <leader>e :NERDTreeToggle<CR>
|
||||
autocmd StdinReadPre * let s:std_in=1
|
||||
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
|
||||
|
||||
"EasyMotion
|
||||
map / <Plug>(easymotion-sn)
|
||||
|
|
Loading…
Reference in a new issue