Add ace-window config
This commit is contained in:
parent
9b5fe41740
commit
84bac23308
6
init.el
6
init.el
|
@ -141,6 +141,12 @@
|
||||||
(unless (eq ibuffer-sorting-mode 'project-file-relative)
|
(unless (eq ibuffer-sorting-mode 'project-file-relative)
|
||||||
(ibuffer-do-sort-by-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
|
(use-package link-hint
|
||||||
:bind (("C-c l o" . link-hint-open-link)
|
:bind (("C-c l o" . link-hint-open-link)
|
||||||
("C-c l c" . link-hint-copy-link)
|
("C-c l c" . link-hint-copy-link)
|
||||||
|
|
Loading…
Reference in a new issue