Search code examples
jetbrains-idegoland

GoLand: Shortcut to move terminal to editor


I want to move the terminal to the editor when I open it. It is in the bottom and has a small height which is difficult to use and I have to clean a lot. It would be much better if the terminal is in the editor and I could move between editor tabs and terminal tabs. I can do so now but I have to right-click and select the option. It would be easier if there was a shortcut.

So does anyone know a way to set the shortcut or a plugin that allows you to set the shortcut for a task, that would be very helpful. Thanks.


Solution

  • Well... "Move to Editor" is already an action in the Terminal tab menu. Therefore you can assign a shortcut to that action in a standard way:

    1. Settings/Preferences | Keymap
    2. Locate that action -- will be under Plugins | Terminal node
    3. Assign a desired shortcut.

    enter image description here (The screenshot is from PhpStorm but there should be no major difference in GoLand for this settings screen)