From 5f21d1d1e6d24a9136565ce85efb186e0fa99db6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 9 Mar 2025 19:00:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-09 19:00:06 --- .config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) 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"