From bface3f7730813bed2bcb38fcf32c7318173d492 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 3 Oct 2023 00:19:23 -0400 Subject: [PATCH] more helix tweaks --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 4cd1d8b..935a8d6 100644 --- a/config.toml +++ b/config.toml @@ -135,7 +135,7 @@ true-color = true "A-|" = "shell_pipe_to" # "A-|" "!" = "shell_insert_output" # "!" "A-!" = "shell_append_output" # "A-!" -"$" = "shell_keep_pipe" # "$" +"}" = "shell_keep_pipe" # "$" "C-z" = "suspend" # "C-z" "C-a" = "increment" # "C-a" "C-x" = "decrement" # "C-x" @@ -433,8 +433,8 @@ true-color = true "P" = "replace_with_yanked" # "R" "A-." = "repeat_last_motion" # "A-." "~" = "switch_case" # "~" -"`" = "switch_to_lowercase" # "`" -"A-`" = "switch_to_uppercase" # "A-`" +"$" = "switch_to_lowercase" # "`" +"A-$" = "switch_to_uppercase" # "A-`" #s "home" = "goto_line_start" # "home" #s "end" = "goto_line_end" # "end" #s "," = "move_next_word_start" # "w" @@ -534,7 +534,7 @@ true-color = true "A-|" = "shell_pipe_to" # "A-|" "!" = "shell_insert_output" # "!" "A-!" = "shell_append_output" # "A-!" -"$" = "shell_keep_pipe" # "$" +"}" = "shell_keep_pipe" # "$" "C-z" = "suspend" # "C-z" "C-a" = "increment" # "C-a" "C-x" = "decrement" # "C-x"