updated bindings
This commit is contained in:
parent
adf9f53b0e
commit
0ba73008fa
3 changed files with 20 additions and 4 deletions
|
@ -389,9 +389,14 @@
|
|||
"s-g" #'vertico-repeat
|
||||
"M-s-<up>" #'next-window-any-frame
|
||||
"M-s-<down>" #'previous-window-any-frame
|
||||
"s-M-h" #'windmove-left
|
||||
"s-M-j" #'windmove-up
|
||||
"s-M-k" #'windmove-down
|
||||
"s-M-l" #'windmove-right
|
||||
"s-<up>" #'beginning-of-buffer
|
||||
"s-<down>" #'end-of-buffer
|
||||
"s-<return>" #'split-window-below
|
||||
"s-<return>" #'split-window-vertically
|
||||
"s-S-<return>" #'split-window-horizontally
|
||||
"C-M-S-s-<mouse-1>" #'+fold/toggle)
|
||||
|
||||
(map! :localleader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue