AutoYADM commit: 2025-02-05 19:45:03
This commit is contained in:
parent
c27905bd99
commit
d223df4c8f
1 changed files with 3 additions and 17 deletions
|
@ -19,29 +19,15 @@ e = "move_visual_line_up"
|
||||||
i = "move_char_right"
|
i = "move_char_right"
|
||||||
h = "insert_mode"
|
h = "insert_mode"
|
||||||
H = "insert_at_line_start"
|
H = "insert_at_line_start"
|
||||||
l = "move_next_word_end"
|
j = "move_next_word_end"
|
||||||
L = "move_next_long_word_end"
|
J = "move_next_long_word_end"
|
||||||
k = "search_next"
|
k = "search_next"
|
||||||
K = "search_prev"
|
K = "search_prev"
|
||||||
|
|
||||||
[keys.normal.M]
|
[keys.normal.L]
|
||||||
m = "match_brackets"
|
m = "match_brackets"
|
||||||
s = "surround_add"
|
s = "surround_add"
|
||||||
r = "surround_replace"
|
r = "surround_replace"
|
||||||
d = "surround_delete"
|
d = "surround_delete"
|
||||||
a = "select_textobject_around"
|
a = "select_textobject_around"
|
||||||
i = "select_textobject_inner"
|
i = "select_textobject_inner"
|
||||||
|
|
||||||
|
|
||||||
# A comment...
|
|
||||||
# m n e i
|
|
||||||
# M match mode
|
|
||||||
# N search occurrence
|
|
||||||
# E end of word
|
|
||||||
# I insert mode
|
|
||||||
# h j k l
|
|
||||||
# L end of word
|
|
||||||
# H insert
|
|
||||||
# J match mode
|
|
||||||
# K Search occurrence
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue