AutoYADM commit: 2025-02-05 20:15:03
This commit is contained in:
parent
85d5dc6ef6
commit
3265a982e4
1 changed files with 12 additions and 0 deletions
|
@ -14,9 +14,11 @@ select = "underline"
|
|||
|
||||
[keys.normal]
|
||||
m = "move_char_left"
|
||||
M = "goto_line_start"
|
||||
n = "move_visual_line_down"
|
||||
e = "move_visual_line_up"
|
||||
i = "move_char_right"
|
||||
I = "goto_line_end"
|
||||
h = "insert_mode"
|
||||
H = "insert_at_line_start"
|
||||
j = "move_next_word_end"
|
||||
|
@ -24,6 +26,14 @@ J = "move_next_long_word_end"
|
|||
k = "search_next"
|
||||
K = "search_prev"
|
||||
|
||||
[keys.select]
|
||||
m = "move_char_left"
|
||||
M = "goto_line_start"
|
||||
n = "move_visual_line_down"
|
||||
e = "move_visual_line_up"
|
||||
i = "move_char_right"
|
||||
I = "goto_line_end"
|
||||
|
||||
[keys.normal.l]
|
||||
m = "match_brackets"
|
||||
l = "match_brackets"
|
||||
|
@ -34,3 +44,5 @@ a = "select_textobject_around"
|
|||
i = "select_textobject_inner"
|
||||
|
||||
[keys.normal."C-w"]
|
||||
# m = "jump_list_view"
|
||||
# m = "jump_list_view"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue