Merge pull request #390 from zhangoose/patch-1

easier to read one of the FAQ answers
This commit is contained in:
Martin Grenfell 2014-10-30 08:22:27 +00:00
commit f8fd2ecce2

View File

@ -87,7 +87,9 @@ A. Stick this in your vimrc
__Q. How can I map a specific key or shortcut to open NERDTree?__ __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?__ __Q. How can I close vim if the only window left open is a NERDTree?__