AutoYADM commit: 2025-02-06 22:45:03
This commit is contained in:
parent
31ffbc8bd7
commit
da8da40689
1 changed files with 5 additions and 1 deletions
|
@ -54,10 +54,10 @@ C-q = ":qa"
|
|||
C-Q = ":qa!"
|
||||
C-m = "jump_view_left"
|
||||
C-M = ":bp"
|
||||
C-I = ":bn"
|
||||
C-n = "jump_view_down"
|
||||
C-e = "jump_view_up"
|
||||
C-i = "jump_view_right"
|
||||
C-I = ":bn"
|
||||
"S-left" = ":bp"
|
||||
"S-right" = ":bn"
|
||||
|
||||
|
@ -94,6 +94,10 @@ N = "swap_view_down"
|
|||
E = "swap_view_up"
|
||||
I = "swap_view_right"
|
||||
d = "wclose"
|
||||
V = ":vsplit-new"
|
||||
S = ":hsplit-new"
|
||||
|
||||
|
||||
h = "no_op"
|
||||
j = "no_op"
|
||||
k = "no_op"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue