From 5e1521eded914708bc3c37c3f2e689aa2000981e Mon Sep 17 00:00:00 2001 From: Aleksei Gusev Date: Tue, 9 Jul 2024 22:13:20 +0300 Subject: [PATCH] Change the default shortcut for git blame on Linux (#13637) Zed already has a shortcut assigned to ctrl-alt-g and it's mapped to `search::SelectNextMatch`. Having another multi shortcut with the same prefix makes `ctrl-alt-g` to have a very noticeable delay when pressed. This commit changes the default shortcut for git blame to `alt-g b` Release Notes: - N/A --- 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 560ea88ab71e0b79c18e40e70da01cf315074d5a..e975f92909d4159f273b55dbe679ca8158cdf548 100644 --- a/assets/keymaps/default-linux.json +++ b/assets/keymaps/default-linux.json @@ -100,7 +100,7 @@ "ctrl-k ctrl-r": "editor::RevertSelectedHunks", "ctrl-'": "editor::ToggleHunkDiff", "ctrl-\"": "editor::ExpandAllHunkDiffs", - "ctrl-alt-g b": "editor::ToggleGitBlame" + "alt-g b": "editor::ToggleGitBlame" } }, {