mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-23 03:59:29 +08:00
easier to read one of the FAQ answers
added space between vimrc insertion & question
This commit is contained in:
parent
3d421b8ec5
commit
a895a53f1f
|
@ -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?__
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user