windmove: use C-s-(j|k|h|l)
This commit is contained in:
parent
99f6eaa5ee
commit
277a938089
8
init.el
8
init.el
@ -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))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user