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"