From 92323260486dabf5a4b5e8feed8d9382c9327216 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 15 Apr 2025 13:45:12 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-15 13:45:12 --- .config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 222d55fb..f41ed55a 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -155,6 +155,7 @@ b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{ g = ":sh footclient -d error lazygit" # URL to current line o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line}" +r = ":reset-diff-change" [keys.normal."["] x = "extend_line_above"