keybindings: Fix AcceptPartialInlineCompletion on macOS (#23357)

Related issue: https://github.com/zed-industries/zed/issues/20167

Release Notes:

- Changed the default keybinding to accept partial inline completions
from `ctrl-right` to `ctrl-cmd-right` on macOS, because `ctrl-right` is
already bound to jump to the end of the line.

Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Kirill <kirill@zed.dev>
Co-authored-by: Bennet <bennet@zed.dev>
This commit is contained in:
Thorsten Ball
2025-01-20 14:11:46 +01:00
committed by GitHub
co-authored by Antonio Kirill Bennet
parent 571275e6c4
commit 5bb696e6d7
+1 -1
View File
@@ -158,7 +158,7 @@
"bindings": {
"alt-tab": "editor::NextInlineCompletion",
"alt-shift-tab": "editor::PreviousInlineCompletion",
"ctrl-right": "editor::AcceptPartialInlineCompletion"
"ctrl-cmd-right": "editor::AcceptPartialInlineCompletion"
}
},
{