Is there a Keymap shortcut to change between horizontal editors
Hello guys.
I usually do TDD and to do so I split horizontally the webstorm editor. On the left I have the code and on right I have my tests. It works perfectly but I find it pretty anoying to have to use the mouse every time I move from the my tests to the code and viceversa. I have tried to find a shortcut to move from one horizontal editor to the other. But I have not been able to do so. I have also searched for an option on the keymap options preferences without success.
Do you guys if there is a way to change from one horizontal editor to the other using a keymap shortcut???
Thanks a lot in advance.
请先登录再写评论。
Hi there,
Window | Editor Tabs | Goto Next Splitter
Window | Editor Tabs | Goto Previous Splitter
You can assign any shortcut you want in "Settings (Preferences on Mac) | Appearance & Behaviour | Keymap" (you will have to create your own keymap based on any of the existing first ("Copy" button) as bundled keymaps cannot be modified)
Thanks Andriy.
That was exactly what I was searching for.