AutoYADM commit: 2025-02-06 01:30:03
This commit is contained in:
parent
962dc6a650
commit
c87895540d
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,9 @@ k = "search_next"
|
|||
K = "search_prev"
|
||||
C-q = ":qa"
|
||||
C-Q = ":qa!"
|
||||
"S-left" = ":bp"
|
||||
"S-right" = ":bn"
|
||||
|
||||
[keys.select]
|
||||
m = "extend_char_left"
|
||||
M = "extend_to_line_start"
|
||||
|
@ -38,6 +41,8 @@ i = "extend_char_right"
|
|||
I = "extend_to_line_end"
|
||||
k = "extend_search_next"
|
||||
K = "extend_search_prev"
|
||||
j = "extend_next_sub_word_end"
|
||||
J = "extend_next_long_word_end"
|
||||
[keys.normal.l]
|
||||
m = "match_brackets"
|
||||
l = "match_brackets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue