assistant2: Use cmd-n to create a new prompt editor when already in a prompt editor (#25935)

This flips the keybindings that are used to create a new thread/prompt
editor (only when you're already in a prompt editor)

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner
2025-03-04 16:44:32 +01:00
committed by GitHub
parent f31749c81b
commit 909de2ca6f
3 changed files with 28 additions and 2 deletions
+8
View File
@@ -612,6 +612,14 @@
"ctrl-alt-e": "assistant2::RemoveAllContext"
}
},
{
"context": "AssistantPanel2 && prompt_editor",
"use_key_equivalents": true,
"bindings": {
"cmd-n": "assistant2::NewPromptEditor",
"cmd-alt-t": "assistant2::NewThread"
}
},
{
"context": "MessageEditor > Editor",
"bindings": {