I want to know if there are shortcuts/actions for navigating between different panes/components of Intellij IDEA, without closing those panes. Specifically:
- have Scala console and code file open, and switch back and forth between them
- have Terminal and code file open, and switch back and forth between them
- have Scala console, Terminal, console and cycle through them or switch between a pair of them
In particular once in terminal, no keyboard shortcut works, so the only way to escape back from terminal seems to be close it (Cmd+W). Is there a way to keep terminal open and escape to code?
In the documentation I've seen various shortcuts/actions that do something close to these, but not quite: I know I can use F12 or Cmd+4 or Cmd+5 to go to the Scala Console and use ESC to get back to code without closing the window.
But I'm wondering if there is a general way to cycle/switch among the panes without using the switcher (Ctrl+TAB)
Any help is appreciated, thanks