AutoYADM commit: 2025-03-03 22:15:03

This commit is contained in:
Daniel Fichtinger 2025-03-03 22:15:03 -05:00
parent 96242d7391
commit 8237e3a07c

View file

@ -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"