Add ace-window config

This commit is contained in:
Evie Litherland-Smith 2024-05-22 10:03:56 +01:00
parent 9b5fe41740
commit 84bac23308

View file

@ -141,6 +141,12 @@
(unless (eq ibuffer-sorting-mode 'project-file-relative)
(ibuffer-do-sort-by-project-file-relative))))))
(use-package ace-window
:bind (("<remap> <other-window>" . ace-window))
:custom
(aw-scope 'frame)
(aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)))
(use-package link-hint
:bind (("C-c l o" . link-hint-open-link)
("C-c l c" . link-hint-copy-link)