AutoYADM commit: 2025-02-06 14:45:08
This commit is contained in:
parent
e184447da2
commit
9b0bc8538e
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue