MarcoIeni / intellimacs

Spacemacs' like key bindings for IntelliJ platform.
MIT License
536 stars 94 forks source link

The shortcut to open a new terminal/shell opens a new terminal every time. #20

Closed jmrah closed 3 years ago

jmrah commented 3 years ago

Observed behavior Pressing the key combination SPC -> ' to open a terminal causes a new terminal to be opened everytime.

Desired behavior Should reuse the last open terminal.

Proposed solution: Change SPC -> ' from executing the ideavim action Terminal.OpenInTerminal to instead executing ideavim action ActivateTerminalToolWindow

MarcoIeni commented 3 years ago

Solved in 8366e5a71ffe4813c7c7bdba0065846a7e215c81 It's in the which-key branch, so it's not available in the main branch yet. I don't want to have merge conflicts, sorry, I hope it's not a problem :)