nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 1817ccdb57d3d1314cd60aaceb063f14cd9f23a2
parent 3a8310a60bd165841e768d2569c98d40066c35df
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Wed,  2 Jan 2013 05:08:06 -0800

Merge pull request #219 from felipebueno/master

A question asked by many VIM / NERDTree newcomers
Diffstat:
MREADME.markdown | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.markdown b/README.markdown
@@ -82,6 +82,10 @@ __Q. How can I open a NERDTree automatically when vim starts up if no files were
 
 A. Stick this in your vimrc `autocmd vimenter * if !argc() | NERDTree | endif`
 
+__Q. How can I map a specific key or shortcut to open NERDTree?__
+
+A. Stick this in your vimrc to open NERDTree with `Ctrl+n` (you can set whatever key you want): `map <C-n> :NERDTreeToggle<CR>`
+
 __Q. How can I close vim if the only window left open is a NERDTree?__
 
 A. Stick this in your vimrc: