more helix tweaks

This commit is contained in:
Travis Burtrum 2023-10-03 00:19:23 -04:00
parent a3561c08df
commit bface3f773

View File

@ -135,7 +135,7 @@ true-color = true
"A-|" = "shell_pipe_to" # "A-|" "A-|" = "shell_pipe_to" # "A-|"
"!" = "shell_insert_output" # "!" "!" = "shell_insert_output" # "!"
"A-!" = "shell_append_output" # "A-!" "A-!" = "shell_append_output" # "A-!"
"$" = "shell_keep_pipe" # "$" "}" = "shell_keep_pipe" # "$"
"C-z" = "suspend" # "C-z" "C-z" = "suspend" # "C-z"
"C-a" = "increment" # "C-a" "C-a" = "increment" # "C-a"
"C-x" = "decrement" # "C-x" "C-x" = "decrement" # "C-x"
@ -433,8 +433,8 @@ true-color = true
"P" = "replace_with_yanked" # "R" "P" = "replace_with_yanked" # "R"
"A-." = "repeat_last_motion" # "A-." "A-." = "repeat_last_motion" # "A-."
"~" = "switch_case" # "~" "~" = "switch_case" # "~"
"`" = "switch_to_lowercase" # "`" "$" = "switch_to_lowercase" # "`"
"A-`" = "switch_to_uppercase" # "A-`" "A-$" = "switch_to_uppercase" # "A-`"
#s "home" = "goto_line_start" # "home" #s "home" = "goto_line_start" # "home"
#s "end" = "goto_line_end" # "end" #s "end" = "goto_line_end" # "end"
#s "," = "move_next_word_start" # "w" #s "," = "move_next_word_start" # "w"
@ -534,7 +534,7 @@ true-color = true
"A-|" = "shell_pipe_to" # "A-|" "A-|" = "shell_pipe_to" # "A-|"
"!" = "shell_insert_output" # "!" "!" = "shell_insert_output" # "!"
"A-!" = "shell_append_output" # "A-!" "A-!" = "shell_append_output" # "A-!"
"$" = "shell_keep_pipe" # "$" "}" = "shell_keep_pipe" # "$"
"C-z" = "suspend" # "C-z" "C-z" = "suspend" # "C-z"
"C-a" = "increment" # "C-a" "C-a" = "increment" # "C-a"
"C-x" = "decrement" # "C-x" "C-x" = "decrement" # "C-x"