Skip to content

Commit

Permalink
easier to read one of the FAQ answers
Browse files Browse the repository at this point in the history
added space between vimrc insertion & question
  • Loading branch information
zhangoose committed Oct 30, 2014
1 parent 3d421b8 commit a895a53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -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?__

Expand Down

0 comments on commit a895a53

Please sign in to comment.