Update keybinds for :term modules
This commit is contained in:
parent
d3cb394ce4
commit
41de07177b
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue