From 41de07177b337e9190b7218a17741fb9ac1e317d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 May 2019 02:30:43 -0400 Subject: [PATCH] Update keybinds for :term modules --- modules/config/default/+emacs-bindings.el | 6 +++--- modules/config/default/+evil-bindings.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index fb7800cb3..0c5d79f66 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -57,13 +57,13 @@ :desc "Open scratch buffer" "x" #'doom/open-scratch-buffer :desc "Open project scratch buffer" "X" #'doom/open-project-scratch-buffer - (:when (featurep! :emacs term) + (:when (featurep! :term term) :desc "Terminal" "`" #'+term/open :desc "Terminal in popup" "~" #'+term/open-popup-in-project) - (:when (featurep! :tools vterm) + (:when (featurep! :term vterm) :desc "Terminal" "`" #'+vterm/open :desc "Terminal in popup" "~" #'+vterm/open-popup-in-project) - (:when (featurep! :emacs eshell) + (:when (featurep! :term eshell) :desc "Eshell" "`" #'+eshell/open :desc "Eshell in popup" "~" #'+eshell/open-popup) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 8a74b0476..7af246968 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -704,13 +704,13 @@ (:when (featurep! :ui treemacs) :desc "Project sidebar" "p" #'+treemacs/toggle :desc "Find file in project sidebar" "P" #'+treemacs/find-file) - (:when (featurep! :emacs term) + (:when (featurep! :term term) :desc "Terminal" "t" #'+term/open :desc "Terminal in popup" "T" #'+term/open-popup-in-project) - (:when (featurep! :tools vterm) + (:when (featurep! :term vterm) :desc "Terminal" "t" #'+vterm/open :desc "Terminal in popup" "T" #'+vterm/open-popup-in-project) - (:when (featurep! :emacs eshell) + (:when (featurep! :term eshell) :desc "Eshell" "e" #'+eshell/open :desc "Eshell in popup" "E" #'+eshell/open-popup) (:when (featurep! :collab floobits)