I'm using Vim 7.4.
I have a buffer open and I type :vsplit. Vim splits the screen and I see my buffer in both windows. That's great. Just what I want.
And at this point ctrl+W W switches the focus from one window to the other, as documented.
However, if I open a Netrw browser in one of the windows like this...
:e.
Vim opens Netrw in the focussed window, then switches focus to the other window. (The one that's a file buffer, not a Netrw browser.)
And after that, ctrl+W W has zero effect. Vim won't let me move the focus to the Netrw directory listing window.
Other commands for switching the focus won't let me enter the Netrw window either, like ctrl+W J or ctrl+W ctrl+J.
I end up with this...
-----------------------------------
| File buffer | Netrw listing |
| Has focus | Can't switch |
| | to this |
-----------------------------------
I tried restarting Vim like this...
vim -u NONE -U NONE -N
However, that causes Netrw to not be loaded at all so it's isn't very informative.
The only plugins I'm using are...
Vim Sensible
Ctrl
Airline
Any help or advice would be greatly appreciated.
Network Oriented Reading, Writing, and Browsing, it should make you download a tarball whose name isnetrw.vba.gz. Then, open it with Vim:$ vim netrw.vba.gz. Finally, source the current buffer::so%. – user9433424 Mar 25 '16 at 08:32