diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 76828076..e938cfbf 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -169,6 +169,7 @@ l = "goto_file_end" L = "goto_last_line" [keys.select] +tab = "trim_selections" "{" = "rotate_selections_backward" "}" = "rotate_selections_forward" "A-{" = "rotate_selection_contents_backward"