4

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?

catch23
  • 17,519
  • 42
  • 144
  • 217
  • Possible duplicate of [Jump to editor shortcut in Intellij IDEA](http://stackoverflow.com/questions/8825270/jump-to-editor-shortcut-in-intellij-idea) – pawel Apr 12 '17 at 15:15

2 Answers2

8

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.

Darek Kay
  • 15,827
  • 7
  • 64
  • 61
1

Escape brings input focus back to the Editor window. And Escape Escape brings the focus back and closes the popped up tool window.

mtk
  • 168
  • 1
  • 1
  • 4