mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Fix cmd-alt-g b for git blame (#15103)
Broken by #14942 as the matching Pane binding for toggle regex now takes precedence. cmd-alt-x still works for that. Release Notes: - N/A
This commit is contained in:
parent
23dac9cfce
commit
d107d22c2d
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@
|
|||
"alt-cmd-c": "search::ToggleCaseSensitive",
|
||||
"alt-cmd-w": "search::ToggleWholeWord",
|
||||
"alt-cmd-f": "project_search::ToggleFilters",
|
||||
"alt-cmd-g": "search::ToggleRegex",
|
||||
"alt-cmd-x": "search::ToggleRegex"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue