diff --git a/config.el b/config.el index feaeb52..6affaef 100644 --- a/config.el +++ b/config.el @@ -159,6 +159,13 @@ ;; via ssh. This has to be added last so that it is the first element. (add-to-list 'tramp-default-proxies-alist '("localhost" "\\`root\\'" nil))) +;; The only thing I actually missed from helm. +(map! (:when (featurep! :completion vertico) + :map vertico-map + "C-l" (lambda () + (interactive) + (vertico-directory-delete-word 1)))) + ;; Extra VTerm configuration. (after! vterm (setq vterm-shell "/bin/zsh"