Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 914 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 914 Bytes

MELPA MELPA Stable

helm-mt

Helm bindings for managing multi-term terminals as well as shells.

A call to helm-mt will show a list of terminal sessions managed by multi-term as well as buffers with major mode shell-mode.

From there, you are able to create, delete or switch over to existing terminal buffers.

helm-mt

Setup

Invoke helm-mt and bind it to a keyboard shortcut:

(require 'helm-mt)
(global-set-key (kbd "C-x t") 'helm-mt)

If you would like to run helm-mt when you do M-x term or M-x shell, then put this in your init file:

(helm-mt/reroute-terminal-functions t)

To deactivate this behavior again, pass nil instead of t.