From eb5178dbb11ecd42255435f3ae6351601803a6ce Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 3 Mar 2025 16:55:13 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-03 16:55:13 --- .config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 79f8ba60..15c522f9 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -61,6 +61,11 @@ wrap-indicator = "" C-k = "signature_help" [keys.normal] +# split-selection, select-regex, select-mode +select-mode = "s" +select-regex = "v" +split-split-selection = "V" + # Treesitter selections # Left <-> Right: Sibling nodes # Up <-> Down: Parent/Child nodes