AutoYADM commit: 2025-02-06 19:00:07
This commit is contained in:
parent
a92d2d281b
commit
3a66a5110e
2 changed files with 5 additions and 4 deletions
|
@ -46,8 +46,8 @@ w = "move_next_sub_word_start"
|
|||
b = "move_prev_sub_word_start"
|
||||
l = "move_next_sub_word_end"
|
||||
L = "move_next_long_word_end"
|
||||
k = "search_next"
|
||||
K = "search_prev"
|
||||
j = "search_next"
|
||||
J = "search_prev"
|
||||
C-q = ":qa"
|
||||
C-Q = ":qa!"
|
||||
C-m = "jump_view_left"
|
||||
|
@ -70,9 +70,9 @@ k = "extend_search_next"
|
|||
K = "extend_search_prev"
|
||||
j = "extend_next_sub_word_end"
|
||||
J = "extend_next_long_word_end"
|
||||
[keys.normal.j]
|
||||
[keys.normal.k]
|
||||
m = "match_brackets"
|
||||
j = "match_brackets"
|
||||
k = "match_brackets"
|
||||
s = "surround_add"
|
||||
r = "surround_replace"
|
||||
d = "surround_delete"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue