Window navigation keybindings
This commit is contained in:
parent
f3b623738c
commit
49aa0b2506
1 changed files with 7 additions and 0 deletions
|
|
@ -50,6 +50,13 @@
|
||||||
:config
|
:config
|
||||||
(load-theme 'material t))
|
(load-theme 'material t))
|
||||||
|
|
||||||
|
(use-package windmove
|
||||||
|
:straight (:type built-in)
|
||||||
|
:bind (("s-w" . windmove-up)
|
||||||
|
("s-a" . windmove-left)
|
||||||
|
("s-s" . windmove-down)
|
||||||
|
("s-d" . windmove-right)))
|
||||||
|
|
||||||
(use-package counsel
|
(use-package counsel
|
||||||
:bind (("C-s" . swiper-isearch)
|
:bind (("C-s" . swiper-isearch)
|
||||||
("M-x" . counsel-M-x)
|
("M-x" . counsel-M-x)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue