How to open COMPOSER (and not CHAT) tab by default

When I press Ctrl-L, I’d be placed on the CHAT tab. Then I need to press the COMPOSER tab to go there. But often I forget that and end up initiatg the discussion on CHAT.

Is there a short cut or setting to open COMPOSER by default?

Hey, for Composer, use the shortcut Ctrl + I.

2 Likes

Oh that’s EXACTLY what I’ve been looking for, thank you so much!!
By the way, do you know if there’s a way to reassign this shortcut? I had a good time trying to do it but had no luck… none of the shortcuts assigned to CMD + I that I reassigned to the new shortcut were the composer

Try these rules to override your shortcuts.

  {
    "key": "alt+cmd+n",
    "command": "composer.startComposerPrompt"
  },
  {
    "key": "cmd+i",
    "command": "-composer.startComposerPrompt"
  }

1 Like

It worked :tada:
You’re the best, thank you SO MUCH!!!