Skip to content

Commit

Permalink
Fix cmd-alt-g b for git blame (#15103)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ConradIrwin authored and JosephTLyons committed Aug 2, 2024
1 parent 1495b95 commit 6993bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/keymaps/default-macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 6993bb5

Please sign in to comment.