Restrict ace-window scope to the current frame
This commit is contained in:
parent
a178f79eba
commit
5eb72a5c78
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -298,7 +298,9 @@
|
|||
|
||||
(use-package ace-window
|
||||
:straight t
|
||||
:bind (("M-o" . ace-window)))
|
||||
:bind (("M-o" . ace-window))
|
||||
:config
|
||||
(setq aw-scope 'frame))
|
||||
|
||||
(use-package avy
|
||||
:straight t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue