diff --git a/doom/config.el b/doom/config.el index 7dd399e..54592c4 100644 --- a/doom/config.el +++ b/doom/config.el @@ -48,6 +48,9 @@ :desc "Reveal" "o o" #'reveal-in-file-browser) +;; 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) + ;; Here are some additional functions/macros that could help you configure Doom: ;; ;; - `load!' for loading external *.el files relative to this one