feat: add ace-window for switching windows
1 files changed, 10 insertions(+), 2 deletions(-) M init.el
M init.el => init.el +10 -2
@@ 264,8 264,16 @@ xref-show-definitions-function #'consult-xref) :config (recentf-mode 1) (setq consult-narrow-key "<") ) (setq consult-narrow-key "<")) (my-use-package ace-window :ensure t :custom (aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)) (aw-char-position 'left) (aw-leading-char-style 'char) (aw-scope 'frame) :bind (("M-o" . ace-window))) (my-use-package savehist :init