commit f8fd2ecce20f5005e6313ce57d6d2a209890c946 parent 3d421b8ec5147ab46d708582290f257f0155d797 Author: Martin Grenfell <martin.grenfell@gmail.com> Date: Thu, 30 Oct 2014 08:22:27 +0000 Merge pull request #390 from zhangoose/patch-1 easier to read one of the FAQ answers Diffstat:
| M | README.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?__
