From a61339dfe3d89ff75c27baa1312623f202ed1fb2 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 24 Mar 2024 09:16:30 +0100 Subject: [PATCH] added M-s s for avy-goto-char-timer --- config.org | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/config.org b/config.org index e3b2f8c..7b8748c 100644 --- a/config.org +++ b/config.org @@ -703,14 +703,15 @@ Also replaces ace-window for buffer switching. :ensure t :general (:prefix "M-s" - "" '(:ignore t :which-key "avy") - "w" '(avy-goto-char-2 :which-key "avy-jump") - "c" '(:ignore t :which-key "avy copy") - "c l" '(avy-copy-line :which-key "avy copy line") - "c r" '(avy-copy-region :which-key "avy copy region") - "m" '(:ignore t :which-key "avy move") - "m l" '(avy-move-line :which-key "avy move line") - "m r" '(avy-move-region :which-key "avy move region"))) + "" '(:ignore t :which-key "avy") + "w" '(avy-goto-char-2 :which-key "avy-jump") + "s" '(avy-goto-char-timer :which-key "avy-timer") + "c" '(:ignore t :which-key "avy copy") + "c l" '(avy-copy-line :which-key "avy copy line") + "c r" '(avy-copy-region :which-key "avy copy region") + "m" '(:ignore t :which-key "avy move") + "m l" '(avy-move-line :which-key "avy move line") + "m r" '(avy-move-region :which-key "avy move region"))) #+END_SRC * Vertico