nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit a895a53f1fa1b6eec4a9600dea639dada1baf31f
parent 3d421b8ec5147ab46d708582290f257f0155d797
Author: Alex Zhang <hi.zhalex@gmail.com>
Date:   Wed, 29 Oct 2014 20:00:36 -0400

easier to read one of the FAQ answers 

added space between vimrc insertion & question
Diffstat:
MREADME.markdown | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.markdown b/README.markdown
@@ -87,7 +87,9 @@ A. Stick this in your vimrc
 
 __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>`
+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?__