|
@ -643,7 +643,13 @@ Also replaces ace-window for buffer switching. |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
|
(use-package avy |
|
|
(use-package avy |
|
|
:ensure t |
|
|
:ensure t |
|
|
:bind ("M-s w" . avy-goto-char-2)) |
|
|
|
|
|
|
|
|
: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"))) |
|
|
#+END_SRC |
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
* Vertico & Orderless |
|
|
* Vertico & Orderless |
|
|