Merge pull request #390 from zhangoose/patch-1
easier to read one of the FAQ answers
This commit is contained in:
commit
f8fd2ecce2
@ -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?__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user