AutoYADM commit: 2025-03-18 17:15:15
This commit is contained in:
parent
dc9662ea2b
commit
e50f3bf492
1 changed files with 6 additions and 6 deletions
|
@ -65,8 +65,8 @@ C-c = "normal_mode"
|
|||
|
||||
[keys.normal]
|
||||
# swap select_mode and regex keys
|
||||
v = "select_regex"
|
||||
V = "split_selection"
|
||||
S = "select_regex"
|
||||
v = "split_selection"
|
||||
s = "select_mode"
|
||||
|
||||
# reload file, reload lsp
|
||||
|
@ -112,12 +112,12 @@ N = "join_selections"
|
|||
A-N = "join_selections_space"
|
||||
C-q = ":qa"
|
||||
C-S-q = ":qa!"
|
||||
M = ":bp"
|
||||
I = ":bn"
|
||||
C-m = "jump_view_left"
|
||||
C-m = ":bp"
|
||||
C-i = ":bn"
|
||||
M = "jump_view_left"
|
||||
C-n = "jump_view_down"
|
||||
C-e = "jump_view_up"
|
||||
C-i = "jump_view_right"
|
||||
I = "jump_view_right"
|
||||
X = "extend_line_above"
|
||||
x = "extend_line"
|
||||
# A-x = "toggle_line_select"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue