AutoYADM commit: 2025-02-06 14:45:08

This commit is contained in:
Daniel Fichtinger 2025-02-06 14:45:08 -05:00
parent e184447da2
commit 9b0bc8538e

View file

@ -27,8 +27,8 @@ h = "insert_mode"
H = "insert_at_line_start"
w = "move_next_sub_word_start"
b = "move_prev_sub_word_start"
j = "move_next_sub_word_end"
J = "move_next_long_word_end"
l = "move_next_sub_word_end"
L = "move_next_long_word_end"
k = "search_next"
K = "search_prev"
C-q = ":qa"
@ -53,9 +53,9 @@ k = "extend_search_next"
K = "extend_search_prev"
j = "extend_next_sub_word_end"
J = "extend_next_long_word_end"
[keys.normal.l]
[keys.normal.j]
m = "match_brackets"
l = "match_brackets"
j = "match_brackets"
s = "surround_add"
r = "surround_replace"
d = "surround_delete"