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