Hi everyone, is there a hotkey that allows me to easily move between chat, compose and the actual IDE source file?
FWIW, I’m aware that you can do cmd+L and cmd+I for entering chat and compose. But what hotkeys can I use to get back to the source file, without closing the chat/compose views?
From a brief google, I believe you can bind the workbench.action.focusActiveEditorGroup
to a keyboard shortcut which may achieve the effect you want?
Let me know if that works for you!
Hey, to switch back to the editor window, try Cmd + 1 or Escape.