Make ctrl-l
the default vim binding for AcceptEditPrediction (#24599)
Release Notes: - N/A
This commit is contained in:
parent
8f75fe25e5
commit
c5fe5f1139
1 changed files with 8 additions and 0 deletions
|
@ -698,7 +698,15 @@
|
||||||
{
|
{
|
||||||
"context": "edit_prediction && !edit_prediction_requires_modifier",
|
"context": "edit_prediction && !edit_prediction_requires_modifier",
|
||||||
"bindings": {
|
"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"
|
"tab": "editor::AcceptEditPrediction"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"context": "edit_prediction",
|
||||||
|
"bindings": {
|
||||||
|
"ctrl-l": "editor::AcceptEditPrediction"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue