AutoYADM commit: 2025-02-05 20:30:03
This commit is contained in:
parent
3265a982e4
commit
c4e10101ae
1 changed files with 13 additions and 9 deletions
|
@ -21,18 +21,22 @@ i = "move_char_right"
|
||||||
I = "goto_line_end"
|
I = "goto_line_end"
|
||||||
h = "insert_mode"
|
h = "insert_mode"
|
||||||
H = "insert_at_line_start"
|
H = "insert_at_line_start"
|
||||||
j = "move_next_word_end"
|
w = "move_next_sub_word_start"
|
||||||
|
b = "move_prev_sub_word_start"
|
||||||
|
j = "move_next_sub_word_end"
|
||||||
J = "move_next_long_word_end"
|
J = "move_next_long_word_end"
|
||||||
k = "search_next"
|
k = "search_next"
|
||||||
K = "search_prev"
|
K = "search_prev"
|
||||||
|
|
||||||
[keys.select]
|
[keys.select]
|
||||||
m = "move_char_left"
|
m = "extend_char_left"
|
||||||
M = "goto_line_start"
|
M = "extend_to_line_start"
|
||||||
n = "move_visual_line_down"
|
n = "extend_visual_line_down"
|
||||||
e = "move_visual_line_up"
|
e = "extend_visual_line_up"
|
||||||
i = "move_char_right"
|
i = "extend_char_right"
|
||||||
I = "goto_line_end"
|
I = "extend_to_line_end"
|
||||||
|
k = "extend_search_next"
|
||||||
|
K = "extend_search_prev"
|
||||||
|
|
||||||
[keys.normal.l]
|
[keys.normal.l]
|
||||||
m = "match_brackets"
|
m = "match_brackets"
|
||||||
|
@ -44,5 +48,5 @@ a = "select_textobject_around"
|
||||||
i = "select_textobject_inner"
|
i = "select_textobject_inner"
|
||||||
|
|
||||||
[keys.normal."C-w"]
|
[keys.normal."C-w"]
|
||||||
# m = "jump_list_view"
|
m = "jump_view_left"
|
||||||
# m = "jump_list_view"
|
C-m = "jump_view_left"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue