AutoYADM commit: 2025-02-05 19:30:03
This commit is contained in:
parent
1fa67ee060
commit
c27905bd99
1 changed files with 26 additions and 4 deletions
|
@ -11,6 +11,28 @@ color-modes = true
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
select = "underline"
|
select = "underline"
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
m = "move_char_left"
|
||||||
|
n = "move_visual_line_down"
|
||||||
|
e = "move_visual_line_up"
|
||||||
|
i = "move_char_right"
|
||||||
|
h = "insert_mode"
|
||||||
|
H = "insert_at_line_start"
|
||||||
|
l = "move_next_word_end"
|
||||||
|
L = "move_next_long_word_end"
|
||||||
|
k = "search_next"
|
||||||
|
K = "search_prev"
|
||||||
|
|
||||||
|
[keys.normal.M]
|
||||||
|
m = "match_brackets"
|
||||||
|
s = "surround_add"
|
||||||
|
r = "surround_replace"
|
||||||
|
d = "surround_delete"
|
||||||
|
a = "select_textobject_around"
|
||||||
|
i = "select_textobject_inner"
|
||||||
|
|
||||||
|
|
||||||
# A comment...
|
# A comment...
|
||||||
# m n e i
|
# m n e i
|
||||||
# M match mode
|
# M match mode
|
||||||
|
@ -18,8 +40,8 @@ select = "underline"
|
||||||
# E end of word
|
# E end of word
|
||||||
# I insert mode
|
# I insert mode
|
||||||
# h j k l
|
# h j k l
|
||||||
# H
|
# L end of word
|
||||||
# L
|
# H insert
|
||||||
# J
|
# J match mode
|
||||||
# K
|
# K Search occurrence
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue