From 269689927692863077e1f6d6d5a3ac984aea2497 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 18 Apr 2025 23:15:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-18 23:15:05 --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index d770107e..5a5284a5 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -186,6 +186,8 @@ 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" +# minimap fun! +m = ':sh code-minimap (path resolve %{buffer_name})' [keys.normal."["] x = "extend_line_above"