Skip to content

dfdeshom/helm-mt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Helm bindings for managing multi-term terminals

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •