From b4095b5b3b05565faa9015fc629678c0af2e3394 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 4 Sep 2026 21:33:48 -0400 Subject: [PATCH] helix: Use space.g as git-related prefix --- helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index 3c5aca4..bb795ad 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -70,6 +70,11 @@ tabpad = "‒" [keys.normal] "C-l" = [":config-reload", ":redraw"] +[keys.normal.space.g] +"b" = ":sh git blame -L '%{selection_line_start},%{selection_line_end}' '%{buffer_name}'" +"f" = "changed_file_picker" +"h" = ":noop %sh{gh browse '%{buffer_name}:%{cursor_line}' --commit=%sh{git rev-parse HEAD}}" + [keys.normal.space.t] "q" = ":reflow" "w" = ":toggle whitespace.render all none"