diff --git a/doom/config.el b/doom/config.el index c41b4c9..ec78838 100644 --- a/doom/config.el +++ b/doom/config.el @@ -78,6 +78,9 @@ ;; Make C-h kill a word in Ivy, for symmetry with C-j/k/l bindings. (map! :map ivy-mode-map "C-h" #'ivy-backward-kill-word) +;; C-h/C-l bindings in vertico +(map! :map vertico-map "C-h" #'vertico-directory-delete-word) +(map! :map vertico-map "C-l" #'vertico-directory-enter) (map! :map smartparens-mode-map :n "SPC k s" #'sp-forward-slurp-sexp