AutoYADM commit: 2025-03-16 15:30:06

This commit is contained in:
Daniel Fichtinger 2025-03-16 15:30:06 -04:00
parent 0ef64c0f61
commit 1e14fda48c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,6 @@
theme = "ashen"
[editor]
shell = ["zsh", "-i", "-c"]
line-number = "relative"
undercurl = true
# true-color = true
@ -138,6 +137,7 @@ C-u = ["page_cursor_half_up", "align_view_center"]
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"]
# URL to current line
o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy"
[keys.normal."["]