From 0762f347557b4a6fdae46fe11e4499af1e363560 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 2 Sep 2021 17:31:09 -0500 Subject: [PATCH] Change avy/link-hint keys --- init.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 441ca35..b5b7a57 100644 --- a/init.el +++ b/init.el @@ -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)))