[InterlliJ 13] Terminal tab switch hotkey
Answered
Hi,
I find the embedded terminal window a great feature. But when creating multiple terminal tabls (with cmd+t), I did not find any shortcut key to easily switch between tabs, is there any?
Thanks
Please sign in to leave a comment.
Hello Brice,
You could use "Window - Editor Tabs - Select Next/Previous Tab" (you could find shortcut near action name).
On Mac you'll need to disable mappings in "OS Settings - Keyboard - Mission Control - Move Left/Right a space".
For others with this question: For me, on Mac, the native terminal shortcut of cmd - shift - ] works: https://apple.stackexchange.com/questions/37744/are-there-any-keyboard-shortcuts-to-switch-between-tabs-in-terminal
On Ubuntu:
Alt + Left
Alt + Right
@Gulli what shortcut do you have assigned to Main menu | Window | Editor Tabs | Select Next Tab action? What IDE version and OS do you use?
Hello,
I'm also encountering this issue with the last version of Webstorm
WebStorm 2018.3
Build #WS-183.4284.130, built on November 19, 2018
Licensed to <>
Subscription is active until March 9, 2019
JRE: 1.8.0_152-release-1343-b15 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.1
Main menu | Window | Editor Tabs | Select Next Tab :
2 shortcuts are defined:
Main menu | Window | Editor Tabs | Select Previous Tab :
2 shortcuts are defined:
It used to work until now. From now, it types characters:
Both ^→ and ⌘⌥→ types "C"
Both ^← and ⌘⌥← types "D"
I've just upgraded and it works again.
WebStorm 2018.3.1
Build #WS-183.4588.66, built on December 5, 2018
Licensed to <>
Subscription is active until March 9, 2019
JRE: 1.8.0_152-release-1343-b16 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.1
@Yaroslav Bedrov
thanks
This was working for me, stopped working recently, probably with an IDEA upgrade. All I get now is [5D displayed in the terminal when hitting ctrl-leftArrow
Anyone else have an issue with this?
When I update to newest Intillij IDEA the SHIFT+COMMAND+[ or ] has been invaild.
What do you mean by invalid? What is the shortcut for the mentioned action you have assigned?
It works again , good job
@Mathieu Perez
Thank you