Browse Source

added M-s s for avy-goto-char-timer

master
Marc 5 months ago
parent
commit
a61339dfe3
1 changed files with 9 additions and 8 deletions
  1. 17
      config.org

17
config.org

@ -703,14 +703,15 @@ Also replaces ace-window for buffer switching.
:ensure t :ensure t
:general :general
(:prefix "M-s" (: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")
"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")))
"" '(:ignore t :which-key "avy")
"w" '(avy-goto-char-2 :which-key "avy-jump")
"s" '(avy-goto-char-timer :which-key "avy-timer")
"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")
"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 * Vertico

Loading…
Cancel
Save