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:
Peter Tripp
2024-07-30 13:12:07 -04:00
committed by GitHub
parent 4bf2826655
commit 73e3dfc0c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
"bindings": {
"alt-]": "editor::NextInlineCompletion",
"alt-[": "editor::PreviousInlineCompletion",
"alt-right": "editor::AcceptPartialInlineCompletion"
"ctrl-right": "editor::AcceptPartialInlineCompletion"
}
},
{
+1 -1
View File
@@ -152,7 +152,7 @@
"bindings": {
"alt-]": "editor::NextInlineCompletion",
"alt-[": "editor::PreviousInlineCompletion",
"alt-right": "editor::AcceptPartialInlineCompletion"
"cmd-right": "editor::AcceptPartialInlineCompletion"
}
},
{