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