Revert "Make ctrl-l the default vim binding for AcceptEditPrediction (#24599) (#24614)

Didn't realize that the base keymap binds this to `editor::SelectLine`.

This reverts commit c5fe5f1139.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan
2025-02-11 07:14:16 +00:00
committed by GitHub
parent 236f51cddd
commit 9e178f128d
-8
View File
@@ -698,15 +698,7 @@
{
"context": "edit_prediction && !edit_prediction_requires_modifier",
"bindings": {
// "tab" is bound in the vim bindings above so that default editor behavior isn't used, so
// need to rebind it even though this is in the base keymap.
"tab": "editor::AcceptEditPrediction"
}
},
{
"context": "edit_prediction",
"bindings": {
"ctrl-l": "editor::AcceptEditPrediction"
}
}
]