All Projects → dfdeshom → helm-mt

dfdeshom / helm-mt

Licence: GPL-3.0 License
Helm bindings for managing multi-term terminals

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to helm-mt

ssh-config-mode-el
emacs mode for editing ssh config files.
Stars: ✭ 46 (+119.05%)
Mutual labels:  melpa
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (+285.71%)
Mutual labels:  melpa
web-mode-edit-element
Helper-functions for attribute- and element-handling
Stars: ✭ 18 (-14.29%)
Mutual labels:  melpa
emacs2nix
Automatically generate Nix expressions for Emacs packages
Stars: ✭ 23 (+9.52%)
Mutual labels:  melpa
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+133.33%)
Mutual labels:  melpa
flycheck-dmd-dub
flycheck and DCD dub support to enable D IDE features in Emacs
Stars: ✭ 14 (-33.33%)
Mutual labels:  melpa
emacs-antiproxy
🔓 anti proxy/firewall setup using git repo mirrors of package archives. (local melpa)
Stars: ✭ 24 (+14.29%)
Mutual labels:  melpa
emacs-auto-deployment
Copy file on save, automatic deployment it. aka auto-deployment.
Stars: ✭ 18 (-14.29%)
Mutual labels:  melpa
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (-4.76%)
Mutual labels:  melpa
company-ansible
Ansible keywords completion for Emacs
Stars: ✭ 21 (+0%)
Mutual labels:  melpa
svg-tag-mode
A minor mode for Emacs that replace keywords with nice SVG labels
Stars: ✭ 314 (+1395.24%)
Mutual labels:  melpa
clipetty
Manipulate the system (clip)board with (e)macs from a (tty)
Stars: ✭ 91 (+333.33%)
Mutual labels:  melpa
shakespeare-mode
An emacs major mode for editing hamlet, lucius, and julius files
Stars: ✭ 35 (+66.67%)
Mutual labels:  melpa
company-flow
No description or website provided.
Stars: ✭ 32 (+52.38%)
Mutual labels:  melpa
alarm-clock
An alarm clock for Emacs
Stars: ✭ 15 (-28.57%)
Mutual labels:  melpa
psysh.el
PsySH on Emacs, PHP interactive shell (REPL)
Stars: ✭ 27 (+28.57%)
Mutual labels:  melpa
slime-company
Company-mode completion backend for Slime.
Stars: ✭ 66 (+214.29%)
Mutual labels:  melpa
coin-ticker-mode
Emacs minor mode for showing the price of Bitcoin, Ethereum, and other cryptocurrencies.
Stars: ✭ 21 (+0%)
Mutual labels:  melpa
emacs-pug-mode
Pug support for Emacs, based on slim-mode.
Stars: ✭ 39 (+85.71%)
Mutual labels:  melpa
emacs-mips-mode
An Emacs major mode for MIPS assembly code
Stars: ✭ 22 (+4.76%)
Mutual labels:  melpa

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].