Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Sloan
8c91c77a58 Prefer display of alt-l for accepting edit predictions on linux 2025-02-14 14:21:35 -07:00

View File

@@ -510,8 +510,8 @@
"context": "Editor && edit_prediction",
"bindings": {
"alt-tab": "editor::AcceptEditPrediction",
"alt-l": "editor::AcceptEditPrediction",
"tab": "editor::AcceptEditPrediction"
"tab": "editor::AcceptEditPrediction",
"alt-l": "editor::AcceptEditPrediction"
}
},
{