Browse Source

more avy bindings

master
Marc 1 year ago
parent
commit
e23abe3d90
1 changed files with 4 additions and 1 deletions
  1. 5
      config.org

5
config.org

@ -649,7 +649,10 @@ Also replaces ace-window for buffer switching.
"w" '(avy-goto-char-2 :which-key "avy-jump") "w" '(avy-goto-char-2 :which-key "avy-jump")
"c" '(:ignore t :which-key "avy copy") "c" '(:ignore t :which-key "avy copy")
"c l" '(avy-copy-line :which-key "avy copy line") "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 #+END_SRC
* Vertico & Orderless * Vertico & Orderless

Loading…
Cancel
Save