mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
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
This commit is contained in:
parent
ba28827de5
commit
5e1521eded
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue