From 725862a39420b883f5645a752b357b5d44fdf470 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 29 Jan 2026 16:01:46 +0100 Subject: [PATCH] feat: add toggle_inline_vcs_blame keybind --- src/keybind/builtin/flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"],