Compare commits

..

No commits in common. "3e7a086bdc0838c98ce511d70ed4b7aff78f6cb4" and "3984dc426438d0b18f5604e99a1a44e426b15ffe" have entirely different histories.

View File

@ -2496,18 +2496,13 @@ Note that this workaround is incomplete, as explained in this comment."
;;* Navigation ;;* Navigation
(setopt other-window-scroll-default #'(lambda ()
(or (get-mru-window nil nil 'not-this-one)
(next-window)
(next-window nil nil 'visible))))
(use-package ace-window (use-package ace-window
:ensure t :ensure t
:commands (ace-window :commands (ace-window
ace-window-display-mode) ace-window-display-mode)
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l) :init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
aw-background t aw-background t
aw-dispatch-always t aw-dispatch-always nil
aw-scope 'frame)) aw-scope 'frame))
(use-package avy (use-package avy