AutoYADM commit: 2025-02-28 12:10:13
This commit is contained in:
parent
7f7fb4bde6
commit
0b5bf626dd
1 changed files with 4 additions and 4 deletions
|
@ -83,10 +83,10 @@ C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||||
"\\" = ":format"
|
"\\" = ":format"
|
||||||
"+" = ":reflow"
|
"+" = ":reflow"
|
||||||
ret = "goto_word"
|
ret = "goto_word"
|
||||||
m = "move_char_left"
|
m = "move_same_line_char_left"
|
||||||
|
i = "move_same_line_char_right"
|
||||||
n = "move_visual_line_down"
|
n = "move_visual_line_down"
|
||||||
e = "move_visual_line_up"
|
e = "move_visual_line_up"
|
||||||
i = "move_char_right"
|
|
||||||
h = "insert_mode"
|
h = "insert_mode"
|
||||||
H = "insert_at_line_start"
|
H = "insert_at_line_start"
|
||||||
L = "move_next_long_word_end"
|
L = "move_next_long_word_end"
|
||||||
|
@ -155,10 +155,10 @@ A-e = "expand_selection"
|
||||||
A-i = "select_next_sibling"
|
A-i = "select_next_sibling"
|
||||||
X = "extend_line_above"
|
X = "extend_line_above"
|
||||||
ret = "extend_to_word"
|
ret = "extend_to_word"
|
||||||
m = "extend_char_left"
|
m = "extend_same_line_char_left"
|
||||||
|
i = "extend_same_line_char_right"
|
||||||
n = "extend_visual_line_down"
|
n = "extend_visual_line_down"
|
||||||
e = "extend_visual_line_up"
|
e = "extend_visual_line_up"
|
||||||
i = "extend_char_right"
|
|
||||||
j = ["extend_search_next", "align_view_center"]
|
j = ["extend_search_next", "align_view_center"]
|
||||||
J = ["extend_search_prev", "align_view_center"]
|
J = ["extend_search_prev", "align_view_center"]
|
||||||
C-l = "extend_next_sub_word_end"
|
C-l = "extend_next_sub_word_end"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue