AutoYADM commit: 2025-03-03 17:00:13

This commit is contained in:
Daniel Fichtinger 2025-03-03 17:00:13 -05:00
parent eb5178dbb1
commit aa8b09a995

View file

@ -61,10 +61,10 @@ wrap-indicator = ""
C-k = "signature_help" C-k = "signature_help"
[keys.normal] [keys.normal]
# split-selection, select-regex, select-mode # swap select_mode and regex keys
select-mode = "s" v = "select_regex"
select-regex = "v" V = "split_selection"
split-split-selection = "V" s = "select_mode"
# Treesitter selections # Treesitter selections
# Left <-> Right: Sibling nodes # Left <-> Right: Sibling nodes
@ -150,6 +150,10 @@ l = "goto_file_end"
L = "goto_last_line" L = "goto_last_line"
[keys.select] [keys.select]
# swap select_mode and regex keys
v = "select_regex"
V = "split_selection"
s = "normal_mode"
# Treesitter selections # Treesitter selections
# Left <-> Right: Sibling nodes # Left <-> Right: Sibling nodes
# Up <-> Down: Parent/Child nodes # Up <-> Down: Parent/Child nodes