From e4df98ad1d80aae3ab41ec1b15f020a250340537 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 5 Apr 2025 15:30:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-05 15:30:08 --- .config/fish/fish_variables | 2 +- .config/helix/config.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 575848d8..9d07bd48 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -60,7 +60,7 @@ SETUVAR fish_pager_color_selected_background:\x1d SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/fic/\x2elocal/bin\x1e/home/fic/go/bin\x1e/home/fic/\x2ecargo/bin\x1e/usr/local/bin +SETUVAR fish_user_paths:/home/fic/\x2eeget/bin\x1e/home/fic/\x2elocal/bin\x1e/home/fic/go/bin\x1e/home/fic/\x2ecargo/bin\x1e/usr/local/bin SETUVAR linode_ip:172\x2e105\x2e6\x2e137 SETUVAR sponge_allow_previously_successful:true SETUVAR sponge_delay:2 diff --git a/.config/helix/config.toml b/.config/helix/config.toml index f27eee47..46ba0713 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -44,9 +44,8 @@ mode.normal = "NRM" display-inlay-hints = true display-messages = true display-progress-messages = true -# TODO: disable auto signature help -# and set a binding for it instead -auto-signature-help = true +# use C-k manually instead +auto-signature-help = false [editor.inline-diagnostics] cursor-line = "disable"