Change avy/link-hint keys

This commit is contained in:
Case Duckworth 2021-09-02 17:31:09 -05:00
parent 54af5c2bc4
commit 0762f34755
1 changed files with 3 additions and 5 deletions

View File

@ -1198,9 +1198,7 @@ like a dumbass."
(dired-async--modeline-mode -1))))
(setup (:straight avy)
(:global "C-'" avy-goto-char-timer
"M-g f" avy-goto-line
"M-g w" avy-goto-word-1
(:global "C-:" avy-goto-char-timer
"C-c C-j" avy-resume)
(with-eval-after-load "isearch"
@ -1496,8 +1494,8 @@ browser defined in `browse-url-secondary-browser-function'."
(avy-with link-hint-open-link
(link-hint--one (if arg :open-secondary :open))))
(:global "C-c C-o" acdw/link-hint-open-link
"C-c o" acdw/link-hint-open-link))
(setq link-hint-avy-style 'at)
(:global "C-;" acdw/link-hint-open-link))
(setup (:straight lua-mode)
(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode)))