From 650d735b510c87e410ecf48d19e2e935ccbb999a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 7 Dec 2022 22:59:28 -0500 Subject: [PATCH] Retire avy-zap We can achieve the same with avy-actions --- global.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/global.org b/global.org index 08e1281..a4605a0 100644 --- a/global.org +++ b/global.org @@ -2591,15 +2591,14 @@ ("C-c " . mc/mark-pop) ("C-c " . mc/mark-pop))) #+end_src -** =avy= and =avy-zap= - These packages allow fast navigation and zapping +** =avy= + This packages allows fast navigation and action-ing + It is probably a good idea to explore some smarter key-bindings #+begin_src emacs-lisp - (require 'avy-zap) + (require 'avy) (avy-setup-default) (global-set-key-alist '(("C-c C-j" . avy-resume) - ("M-z" . avy-zap-up-to-char-dwim) - ("M-Z" . avy-zap-to-char-dwim) ("C-c SPC" . avy-goto-word-or-subword-1) ("M-s" . avy-goto-word-or-subword-1) ("M-g M-g" . avy-goto-line)