From 3866f0da817e2972c175fd3c1e5e3899b71a8932 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 7 Jun 2024 20:43:21 +0200 Subject: [PATCH] feat: add vertico-directory and vertico-quick --- init.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/init.el b/init.el index 253b56a..425cde6 100644 --- a/init.el +++ b/init.el @@ -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 -- 2.48.1