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
|
||||
:demand
|
||||
:bind
|
||||
(("H-J" . windmove-down)
|
||||
("H-K" . windmove-up)
|
||||
("H-H" . windmove-left)
|
||||
("H-L" . windmove-right))
|
||||
(("C-s-n" . windmove-down)
|
||||
("C-s-p" . windmove-up)
|
||||
("C-s-b" . windmove-left)
|
||||
("C-s-f" . windmove-right))
|
||||
:config
|
||||
(windmove-default-keybindings))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user