Fix ordering of keyboard shortcuts so that you can use AI on linux (#12714)
Release Notes: - N/A
This commit is contained in:
parent
611bf2d905
commit
89641acf2f
2 changed files with 13 additions and 12 deletions
|
@ -204,18 +204,6 @@
|
||||||
"alt-m": "assistant::ToggleModelSelector"
|
"alt-m": "assistant::ToggleModelSelector"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"context": "ConversationEditor > Editor",
|
|
||||||
"bindings": {
|
|
||||||
"ctrl-enter": "assistant::Assist",
|
|
||||||
"ctrl-s": "workspace::Save",
|
|
||||||
"ctrl->": "assistant::QuoteSelection",
|
|
||||||
"shift-enter": "assistant::Split",
|
|
||||||
"ctrl-r": "assistant::CycleMessageRole",
|
|
||||||
"enter": "assistant::ConfirmCommand",
|
|
||||||
"alt-enter": "editor::Newline"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"context": "PromptLibrary",
|
"context": "PromptLibrary",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
@ -556,6 +544,18 @@
|
||||||
"ctrl-enter": "assistant::InlineAssist"
|
"ctrl-enter": "assistant::InlineAssist"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"context": "ConversationEditor > Editor",
|
||||||
|
"bindings": {
|
||||||
|
"ctrl-enter": "assistant::Assist",
|
||||||
|
"ctrl-s": "workspace::Save",
|
||||||
|
"ctrl->": "assistant::QuoteSelection",
|
||||||
|
"shift-enter": "assistant::Split",
|
||||||
|
"ctrl-r": "assistant::CycleMessageRole",
|
||||||
|
"enter": "assistant::ConfirmCommand",
|
||||||
|
"alt-enter": "editor::Newline"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "ProjectSearchBar && !in_replace",
|
"context": "ProjectSearchBar && !in_replace",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
|
|
@ -23,6 +23,7 @@ if [[ -n $apt ]]; then
|
||||||
libzstd-dev
|
libzstd-dev
|
||||||
libvulkan1
|
libvulkan1
|
||||||
libgit2-dev
|
libgit2-dev
|
||||||
|
make
|
||||||
)
|
)
|
||||||
$maysudo "$apt" install -y "${deps[@]}"
|
$maysudo "$apt" install -y "${deps[@]}"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue