Add vterm layer
vterm layer uses emacs-libvterm for terminal support
This commit is contained in:
parent
7ca2b42d2b
commit
424c358786
8 changed files with 134 additions and 0 deletions
|
@ -689,6 +689,9 @@
|
|||
(:when (featurep! :emacs term)
|
||||
:desc "Terminal" "t" #'+term/open
|
||||
:desc "Terminal in popup" "T" #'+term/open-popup-in-project)
|
||||
(:when (featurep! :emacs vterm)
|
||||
:desc "Terminal" "t" #'+vterm/open
|
||||
:desc "Terminal in popup" "T" #'+vterm/open-popup-in-project)
|
||||
(:when (featurep! :emacs eshell)
|
||||
:desc "Eshell" "e" #'+eshell/open
|
||||
:desc "Eshell in popup" "E" #'+eshell/open-popup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue