chore(keybindings): Migrate windmove and window navigation to Meta
This commit is contained in:
@@ -52,11 +52,12 @@
|
||||
;; Moverme entre frames
|
||||
(use-package windmove
|
||||
:ensure nil
|
||||
:bind (("s-K" . windmove-up)
|
||||
("s-J" . windmove-down)
|
||||
("s-H" . windmove-left)
|
||||
("s-L" . windmove-right)
|
||||
("s-O" . other-window)))
|
||||
:bind (("M-I" . windmove-up)
|
||||
("M-K" . windmove-down)
|
||||
("M-J" . windmove-left)
|
||||
("M-L" . windmove-right)
|
||||
("M-O" . other-window)
|
||||
("M-o" . other-window)))
|
||||
|
||||
;; Terminal
|
||||
(use-package vterm
|
||||
|
||||
Reference in New Issue
Block a user