diff --git a/config.org b/config.org index 549846e..6a19379 100644 --- a/config.org +++ b/config.org @@ -757,6 +757,20 @@ https://github.com/bbatsov/helm-projectile ) #+END_SRC +** Helm-mt + +Helm frontend for [[Multi-term]] +https://github.com/dfdeshom/helm-mt + +#+BEGIN_SRC emacs-lisp +(use-package multi-term + :ensure t + :bind (("C-x t") . helm-mt) + :config + (helm-mt/reroute-terminal-functions t) +) +#+END_SRC + * Mutliple cursors https://github.com/magnars/multiple-cursors.el @@ -1195,6 +1209,20 @@ https://github.com/myrjola/diminish.el ) #+END_SRC +* Shell +** Multi-term +<> + +Manage multiple terminals. + +https://www.emacswiki.org/emacs/MultiTerm + +#+BEGIN_SRC emacs-lisp +(use-package multi-term + :ensure t +) +#+END_SRC + * Shell-pop https://github.com/kyagi/shell-pop-el