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