mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update SPC o t/T keybind predicate
Since :emacs vterm was moved to :tools
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user