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:
Conrad Irwin 2024-07-24 11:44:39 -06:00 committed by GitHub
parent 23dac9cfce
commit d107d22c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
},