Add to FAQ: switch between windows

This SO question: https://stackoverflow.com/questions/1656591/how-to-jump-back-to-nerdtree-from-file-in-tab has over 170 votes, so I guess you can call this a frequently asked question :)
This commit is contained in:
María Inés Parnisari 2017-10-29 22:27:29 -07:00 committed by GitHub
parent f554c20cb2
commit 46b0a6258c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ Then reload Vim, run `:helptags ~/.vim/bundle/nerdtree/doc/`, and check out `:he
F.A.Q.
------
> How do I switch between the different windows?
Press `Ctrl+ww`.
> Is there any support for `git` flags?
Yes, install [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin).