From 5160dc0f7cfb99b5bdb746622f38515b5af5fe27 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 1 Jul 2022 15:50:01 -0500 Subject: Add: vertico-directory config to help emulate the behavior i got used to in Ivy --- shoshin-config.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shoshin-config.el') diff --git a/shoshin-config.el b/shoshin-config.el index 6f65e7b..f98284b 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -53,6 +53,12 @@ (setq enable-recursive-minibuffers t) (vertico-mode) +(require 'vertico-directory) +(define-key (kbd "RET") #'vertico-directory-enter) +(define-key (kbd "DEL") #'vertico-directory-delete-char) +(define-key (kbd "M-DEL") #'vertico-directory-delete-word) +(define-key (kbd "M-j") #'vertico-quick-insert) + (package-install 'which-key) (which-key-mode) -- cgit v1.2.3