Reputation: 18612
I want to use only keyboard working with Intellij.
I can easyly open Project view
with short cut:
Alt + 1
How to move again to editor and leave Project view
open?
Without using mouse, of course.
Any suggestions?
Upvotes: 4
Views: 907
Reputation: 168
Escape brings input focus back to the Editor window. And Escape Escape brings the focus back and closes the popped up tool window.
Upvotes: 1
Reputation: 16709
Escape
always brings you back to the editor.
If your Project view
is closed, you need to pin it. Click on the little gear wheel and make sure, Pinned Mode
is checked.
Upvotes: 8