How to jump from Intellij terminal to editor with shortcut

后端 未结 12 1876
再見小時候
再見小時候 2020-12-12 20:21

I know that you can jump from almost all windows in Intellij IDEA to the editor window with Esc. In Intellij\'s terminal window, this does not work. Does anyone k

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 20:49

    I believe the better answer is

    Alt + Home

    This is because most of the answers like Alt + F12 are about closing the terminal and hoping the focus goes back to the editor, but with Alt+Home the focus goes to selecting the editor and sometimes the focus is on the file but it actually is not opened. This way you can open it too.

提交回复
热议问题