|
|
@ -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 |
|
|
|