change key bindings for windmove to C-s-{n/p/b/f}
This commit is contained in:
parent
78cc8d21fc
commit
13a25746c0
8
init.el
8
init.el
@ -114,10 +114,10 @@
|
|||||||
:ensure nil
|
:ensure nil
|
||||||
:demand
|
:demand
|
||||||
:bind
|
:bind
|
||||||
(("H-J" . windmove-down)
|
(("C-s-n" . windmove-down)
|
||||||
("H-K" . windmove-up)
|
("C-s-p" . windmove-up)
|
||||||
("H-H" . windmove-left)
|
("C-s-b" . windmove-left)
|
||||||
("H-L" . windmove-right))
|
("C-s-f" . windmove-right))
|
||||||
:config
|
:config
|
||||||
(windmove-default-keybindings))
|
(windmove-default-keybindings))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user