diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index ea6ba8e..35f2e36 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -53,7 +53,8 @@ ["shift+alt+f9", "hint_window_next_widget_style"], ["alt+!", "run_task"], ["ctrl+tab", "next_tab"], - ["ctrl+shift+g", "show_vcs_status"], + ["ctrl+shift+g s", "show_vcs_status"], + ["ctrl+shift+g alt+b", "toggle_inline_vcs_blame"], ["ctrl+shift+tab", "previous_tab"], ["ctrl+page_down", "next_tab"], ["ctrl+page_up", "previous_tab"],