From f3c5677843080fe8e3dc19613237c6179dcc5f04 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 3 Apr 2025 16:05:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-03 16:05:17 --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index eabc1e85..8ededd93 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -146,7 +146,7 @@ b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{ # lazygit g = ":sh footclient -d error lazygit" # URL to current line -o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy" +o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line}" [keys.normal."["] x = "extend_line_above"