Add Multi-term and Helm-mt
This commit is contained in:
parent
593de2293d
commit
71b5e34a9e
1 changed files with 28 additions and 0 deletions
28
config.org
28
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
|
||||
<<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue