2025-03-20

This commit is contained in:
2025-03-20 10:00:01 -04:00
parent fc94dfb564
commit 2cfcf52ae8
4 changed files with 13 additions and 8 deletions
+7 -1
View File
@@ -204,7 +204,7 @@
}
},
{
"context": "Editor && mode == full && edit_prediction",
"context": "Editor && edit_prediction",
"use_key_equivalents": true,
"bindings": {
"tab": "editor::AcceptEditPrediction",
@@ -213,6 +213,12 @@
"ctrl-cmd-right": "editor::AcceptPartialEditPrediction"
}
},
{
"context": "Editor && edit_prediction_conflict",
"bindings": {
"alt-tab": "editor::AcceptEditPrediction"
}
},
{
"context": "Editor && !edit_prediction",
"use_key_equivalents": true,