git_ui: Add keybinding for focusing the git panel (#23613)

Adds a keybinding for opening/toggling focus to the git panel

Release Notes:

- N/A
This commit is contained in:
Nate Butler
2025-01-24 17:20:26 +00:00
committed by GitHub
parent 77e9d01b39
commit d5c7e0b1e3
+1
View File
@@ -503,6 +503,7 @@
"cmd-shift-m": "diagnostics::Deploy",
"cmd-shift-e": "project_panel::ToggleFocus",
"cmd-shift-b": "outline_panel::ToggleFocus",
"ctrl-shift-g": "git_panel::ToggleFocus",
"cmd-?": "assistant::ToggleFocus",
"cmd-alt-s": "workspace::SaveAll",
"cmd-k m": "language_selector::Toggle",