From e23abe3d9002c18b6742faad381263b6f33ddbc2 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 7 Mar 2023 14:24:41 +0100 Subject: [PATCH] more avy bindings --- config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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