I am using ctags with vim on linux.
As soon as I press enter on any tag, the focus goes to the source code window and in order to regain focus on taglist window I have to to do :TlistToggle
twice (with variable 'Tlist_GainFocus_On_ToggleOpen' set to
1) - which basically closes the taglist window and opens it again with acquired focus.
I am just curious if we can toggle focus between taglist window and source window without closing the taglist window?
...gives the chapter on Vim windows, with
...being the sub-chapter you're looking for:
That being said, by enabling mouse support (
set mouse=a
), you could just left-click where you want your cursor to be (and drag window borders, and...)