diff --git a/config.org b/config.org index 28fe3e8..fe3d065 100644 --- a/config.org +++ b/config.org @@ -649,7 +649,10 @@ Also replaces ace-window for buffer switching. "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"))) + "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 & Orderless