AutoYADM commit: 2025-04-24 17:30:06
This commit is contained in:
parent
6bb8416099
commit
b4caa3e2b5
2 changed files with 10 additions and 7 deletions
|
@ -95,9 +95,12 @@ C-k = "signature_help"
|
|||
C-c = "completion"
|
||||
S-tab = "move_parent_node_start"
|
||||
|
||||
[keys.normal.Z]
|
||||
m = "scroll_up"
|
||||
|
||||
[keys.normal]
|
||||
"'" = "trim_selections"
|
||||
tab = "move_parent_node_end"
|
||||
tab = "trim_selections"
|
||||
A-tab = "move_parent_node_end"
|
||||
S-tab = "move_parent_node_start"
|
||||
|
||||
# swap select_mode and regex keys
|
||||
|
@ -267,8 +270,8 @@ l = "extend_to_file_end"
|
|||
L = "extend_to_last_line"
|
||||
|
||||
[keys.select]
|
||||
"'" = "trim_selections"
|
||||
tab = "extend_parent_node_end"
|
||||
tab = "trim_selections"
|
||||
A-tab = "extend_parent_node_end"
|
||||
S-tab = "extend_parent_node_start"
|
||||
"{" = "rotate_selections_backward"
|
||||
"}" = "rotate_selections_forward"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue