more helix tweaks

This commit is contained in:
Travis Burtrum 2023-10-03 00:19:23 -04:00
parent a3561c08df
commit bface3f773
1 changed files with 4 additions and 4 deletions

View File

@ -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"