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 know how to do this with a keyboard shortcut? This would be nice since I can jump from my editor to the terminal with Alt+F12 but I cannot do it the other way without using my mouse.
相关问题
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- IntelliJ 2017.1.2 GOLANG debug does not work on br
- JavaFX sample issue
- Could not import the newly generated play framewor
相关文章
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- IntelliJ Subversion Authentication Required Dialog
- NSMenuItem KeyEquivalent “ ”(space) bug
- Kotlin Koans with EduTools plugin: “Failed to laun
- How to set up Intellij to run javap command on a p
- How to enable “type information” for streams retur
- How to add a project to build path in IntelliJ Ide
This will active the editor again
Alt + 1 then Esc
Injellij -> Preference -> Key Map -> search "terminal" -> .
find or change the shortcut there
Ubuntu:
Mac:
I believe the better answer is
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.
Another possibility:
(This one will close terminal panel)
UPDATE - March 2016
Since this question is getting some attention, I wanted to remind everyone that you can toggle between the editor and the terminal window easily enough with a built in action. By default it is mapped to Alt+F12 and ⌥F12. To check other mappings, view it in the menu at View > Tool Windows > Terminal. Alternatively go to the Working with Embedded Local Terminal web help page and change the Keymap option in the upper right corner and scroll to the very end (just above the "See also" section) where it says: "Toggle between the embedded local terminal and editor by pressing...". You can remap this action in Settings > Keymap > Other > Terminal
The main "issue" this question discusses is if there is a way to return from the terminal window to the editor without closing the terminal window.
[End March 2016 update]
===================================================
Some options I can think of at the moment.
If I think of any other ideas, I'll add them.