We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d162c08 + 04ac39b commit 3effeb5Copy full SHA for 3effeb5
README.markdown
@@ -83,7 +83,7 @@ __Q. How can I open a NERDTree automatically when vim starts up if no files were
83
A. Stick this in your vimrc
84
85
autocmd StdinReadPre * let s:std_in=1
86
- autocmd VimEnter * if !argc() == 0 && !exists("s:std_in") | NERDTree | endif
+ autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
87
88
__Q. How can I map a specific key or shortcut to open NERDTree?__
89
0 commit comments