AutoYADM commit: 2025-04-18 23:15:05

This commit is contained in:
Daniel Fichtinger 2025-04-18 23:15:05 -04:00
parent adc6277ee9
commit 2696899276

View file

@ -186,6 +186,8 @@ g = ":sh footclient -d error lazygit"
# URL to current line # URL to current line
o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line}" o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line}"
r = ":reset-diff-change" r = ":reset-diff-change"
# minimap fun!
m = ':sh code-minimap (path resolve %{buffer_name})'
[keys.normal."["] [keys.normal."["]
x = "extend_line_above" x = "extend_line_above"