AutoYADM commit: 2025-03-16 18:30:07

This commit is contained in:
Daniel Fichtinger 2025-03-16 18:30:07 -04:00
parent 3e3ccbe479
commit 0e7ba875d4
2 changed files with 4 additions and 3 deletions

View file

@ -140,7 +140,8 @@ C-u = ["page_cursor_half_up", "align_view_center"]
# blame
b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{cursor_line} $(realpath %{buffer_name})"
# lazygit
g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
# g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
g = ":sh footclient lazygit"
# URL to current line
o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy"