We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8310a commit 154f7aaCopy full SHA for 154f7aa
README.markdown
@@ -82,6 +82,10 @@ __Q. How can I open a NERDTree automatically when vim starts up if no files were
82
83
A. Stick this in your vimrc `autocmd vimenter * if !argc() | NERDTree | endif`
84
85
+__Q. How can I map a specific key or shortcut to open NERDTree?__
86
+
87
+A. Stick this in your vimrc to open NERDTree with `Ctrl+n` (you can set whatever key you want): `map <C-n> :NERDTreeToggle<CR>`
88
89
__Q. How can I close vim if the only window left open is a NERDTree?__
90
91
A. Stick this in your vimrc:
0 commit comments