2025-03-19

This commit is contained in:
2025-03-19 10:00:01 -04:00
parent 1789145f3b
commit fc94dfb564
3 changed files with 9 additions and 11 deletions
+1 -6
View File
@@ -207,6 +207,7 @@
"context": "Editor && mode == full && edit_prediction",
"use_key_equivalents": true,
"bindings": {
"tab": "editor::AcceptEditPrediction",
"alt-tab": "editor::NextEditPrediction",
"alt-shift-tab": "editor::PreviousEditPrediction",
"ctrl-cmd-right": "editor::AcceptPartialEditPrediction"
@@ -544,12 +545,6 @@
"tab": "editor::ConfirmCompletion"
}
},
{
"context": "Editor && edit_prediction && !showing_completions",
"bindings": {
"tab": "editor::ConfirmCompletion"
}
},
{
"context": "Editor && showing_code_actions",
"bindings": {