ace-window: use base line characters instead of digits
This commit is contained in:
parent
6ed194b603
commit
a4fd006690
3
init.el
3
init.el
@ -203,7 +203,8 @@
|
|||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
:init
|
:init
|
||||||
(setq aw-scope 'frame) ; limit to single frame (useful when using exwm)
|
(setq aw-scope 'frame ; limit to single frame (useful when using exwm)
|
||||||
|
aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
|
||||||
:bind
|
:bind
|
||||||
("C-x o" . ace-window))
|
("C-x o" . ace-window))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user