Switch editor::AcceptPartialInlineCompletion keybind to match VSCode (#15495)
Release Notes: - Fixed editor::AcceptPartialInlineCompletion keybind to match VSCode ([#15487](https://github.com/zed-industries/zed/issues/15487)).
This commit is contained in:
parent
4bf2826655
commit
73e3dfc0c3
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"alt-]": "editor::NextInlineCompletion",
|
"alt-]": "editor::NextInlineCompletion",
|
||||||
"alt-[": "editor::PreviousInlineCompletion",
|
"alt-[": "editor::PreviousInlineCompletion",
|
||||||
"alt-right": "editor::AcceptPartialInlineCompletion"
|
"ctrl-right": "editor::AcceptPartialInlineCompletion"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -152,7 +152,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"alt-]": "editor::NextInlineCompletion",
|
"alt-]": "editor::NextInlineCompletion",
|
||||||
"alt-[": "editor::PreviousInlineCompletion",
|
"alt-[": "editor::PreviousInlineCompletion",
|
||||||
"alt-right": "editor::AcceptPartialInlineCompletion"
|
"cmd-right": "editor::AcceptPartialInlineCompletion"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue