From d605d192afa009fe0479b0db68f536c98237854d Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 9 Nov 2024 01:38:18 +0200 Subject: [PATCH] Use a different keybinding for editor::AcceptPartialInlineCompletion action (Linux) (#20443) Follow-up of https://github.com/zed-industries/zed/pull/20419 Release Notes: - - (breaking change) Use `ctrl-right` instead of `cmd-right` as a macOS default for `editor::AcceptPartialInlineCompletion` (Linux) --- assets/keymaps/default-linux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/keymaps/default-linux.json b/assets/keymaps/default-linux.json index 4799110c3ec5a6bf464a9bff1848d7c5d56e7e85..362de0fd618345d21d50bc21c7f831974de3cbbd 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -142,7 +142,7 @@ "bindings": { "alt-]": "editor::NextInlineCompletion", "alt-[": "editor::PreviousInlineCompletion", - "ctrl-right": "editor::AcceptPartialInlineCompletion" + "alt-right": "editor::AcceptPartialInlineCompletion" } }, {