From aa8b09a99522ab6069dc9725efd042e512687a1b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 3 Mar 2025 17:00:13 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-03 17:00:13 --- .config/helix/config.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 15c522f9..45894422 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -61,10 +61,10 @@ wrap-indicator = "" C-k = "signature_help" [keys.normal] -# split-selection, select-regex, select-mode -select-mode = "s" -select-regex = "v" -split-split-selection = "V" +# swap select_mode and regex keys +v = "select_regex" +V = "split_selection" +s = "select_mode" # Treesitter selections # Left <-> Right: Sibling nodes @@ -150,6 +150,10 @@ l = "goto_file_end" L = "goto_last_line" [keys.select] +# swap select_mode and regex keys +v = "select_regex" +V = "split_selection" +s = "normal_mode" # Treesitter selections # Left <-> Right: Sibling nodes # Up <-> Down: Parent/Child nodes