windmove: use C-s-(j|k|h|l)

This commit is contained in:
Łukasz Pankowski 2019-12-30 10:55:00 +01:00
parent 99f6eaa5ee
commit 277a938089

View File

@ -215,10 +215,10 @@
("C-s-p" . windmove-up) ("C-s-p" . windmove-up)
("C-s-b" . windmove-left) ("C-s-b" . windmove-left)
("C-s-f" . windmove-right) ("C-s-f" . windmove-right)
("s-J" . windmove-down) ("C-s-j" . windmove-down)
("s-K" . windmove-up) ("C-s-k" . windmove-up)
("s-H" . windmove-left) ("C-s-h" . windmove-left)
("s-L" . windmove-right)) ("C-s-l" . windmove-right))
:config :config
(windmove-default-keybindings)) (windmove-default-keybindings))