~ruther/emacs.d

3866f0da817e2972c175fd3c1e5e3899b71a8932 — Rutherther 10 months ago 8cd6dd1
feat: add vertico-directory and vertico-quick
1 files changed, 13 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +13 -0
@@ 157,6 157,19 @@
  :init
  (vertico-mode))

(my-use-package vertico-directory
  :ensure nil
  :after vertico
  :bind (:map vertico-map
	  ("C-h" . vertico-directory-up)))

(my-use-package vertico-quick
  :ensure nil
  :after vertico
  :bind (:map vertico-map
	  ("M-q" . vertico-quick-insert)
	  ("C-q" . vertico-quick-exit)))

(use-package marginalia
  :ensure t
  :bind (:map minibuffer-local-map

Do not follow this link