From b67c90dae00d4e1ba194c6c9a56116e1d6ef33ad Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 27 Jul 2025 10:09:35 -0400 Subject: [PATCH] add git blame inside helix --- .../home-manager/modules/nmasur/presets/programs/helix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix index 6d24b5c..795b320 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix @@ -169,6 +169,9 @@ in ":set mouse true" ]; + # Open git blame in github + space.B = ":sh git blame -L %{cursor_line},%{cursor_line} %{buffer_name}"; + # Open yazi # https://github.com/sxyazi/yazi/pull/2461 # Won't work until next Helix release