diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 9a70154a..ca60ec21 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -151,6 +151,10 @@ l = "goto_file_end" L = "goto_last_line" [keys.select] +"{" = "rotate_selections_backward" +"}" = "rotate_selections_forward" +"A-{" = "rotate_selection_contents_backward" +"A-}" = "rotate_selection_contents_forward" # swap select_mode and regex keys v = "select_regex" V = "split_selection"