change key bindings for windmove to C-s-{n/p/b/f}

This commit is contained in:
Łukasz Pankowski 2017-11-17 23:45:13 +01:00
parent 78cc8d21fc
commit 13a25746c0

View File

@ -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))