diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index b072979d3..406c39c9c 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -689,7 +689,7 @@ (:when (featurep! :emacs term) :desc "Terminal" "t" #'+term/open :desc "Terminal in popup" "T" #'+term/open-popup-in-project) - (:when (featurep! :emacs vterm) + (:when (featurep! :tools vterm) :desc "Terminal" "t" #'+vterm/open :desc "Terminal in popup" "T" #'+vterm/open-popup-in-project) (:when (featurep! :emacs eshell)