From 8237e3a07c8b9397d50fb1e0b8f149f782421ab8 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 3 Mar 2025 22:15:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-03 22:15:03 --- .config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"