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

@ -2,7 +2,7 @@
# VERSION: 3.0 # VERSION: 3.0
SETUVAR EDITOR:hx SETUVAR EDITOR:hx
SETUVAR --export TERM:xterm\x2d256color SETUVAR --export TERM:xterm\x2d256color
SETUVAR __fish_initialized:3400 SETUVAR __fish_initialized:3800
SETUVAR cac_ip:172\x2e30\x2e90\x2e10 SETUVAR cac_ip:172\x2e30\x2e90\x2e10
SETUVAR fish_color_autosuggestion:555\x1ebrblack SETUVAR fish_color_autosuggestion:555\x1ebrblack
SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_cancel:\x2dr
@ -21,7 +21,7 @@ SETUVAR fish_color_operator:brcyan
SETUVAR fish_color_param:cyan SETUVAR fish_color_param:cyan
SETUVAR fish_color_quote:yellow SETUVAR fish_color_quote:yellow
SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_status:red SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen SETUVAR fish_color_user:brgreen

View file

@ -1,7 +1,6 @@
theme = "ashen" theme = "ashen"
[editor] [editor]
shell = ["zsh", "-i", "-c"]
line-number = "relative" line-number = "relative"
undercurl = true undercurl = true
# true-color = 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})" b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{cursor_line} $(realpath %{buffer_name})"
# lazygit # lazygit
g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] 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" o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy"
[keys.normal."["] [keys.normal."["]