How can I switch between opened windows in Eclipse? There is Ctrl+F6, but it\'s asking me which one I want, but I want switch it like tabs in browser o
One way to do it is to use the VI Plugin, and then you just do :n (and :N) to go between files.
That's what I do.