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"