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]
|
[keys.normal]
|
||||||
# swap select_mode and regex keys
|
# swap select_mode and regex keys
|
||||||
v = "select_regex"
|
S = "select_regex"
|
||||||
V = "split_selection"
|
v = "split_selection"
|
||||||
s = "select_mode"
|
s = "select_mode"
|
||||||
|
|
||||||
# reload file, reload lsp
|
# reload file, reload lsp
|
||||||
|
@ -112,12 +112,12 @@ N = "join_selections"
|
||||||
A-N = "join_selections_space"
|
A-N = "join_selections_space"
|
||||||
C-q = ":qa"
|
C-q = ":qa"
|
||||||
C-S-q = ":qa!"
|
C-S-q = ":qa!"
|
||||||
M = ":bp"
|
C-m = ":bp"
|
||||||
I = ":bn"
|
C-i = ":bn"
|
||||||
C-m = "jump_view_left"
|
M = "jump_view_left"
|
||||||
C-n = "jump_view_down"
|
C-n = "jump_view_down"
|
||||||
C-e = "jump_view_up"
|
C-e = "jump_view_up"
|
||||||
C-i = "jump_view_right"
|
I = "jump_view_right"
|
||||||
X = "extend_line_above"
|
X = "extend_line_above"
|
||||||
x = "extend_line"
|
x = "extend_line"
|
||||||
# A-x = "toggle_line_select"
|
# A-x = "toggle_line_select"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue