tvl-depot/users/wpcarro/emacs/pkgs/vterm-mgt/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
631 B
Markdown
Raw Normal View History

# vterm-mgt.el
[![Build status](https://badge.buildkite.com/016bff4b8ae2704a3bbbb0a250784e6692007c582983b6dea7.svg?branch=refs/heads/canon)](https://buildkite.com/tvl/depot)
[emacs-libvterm](https://github.com/akermu/emacs-libvterm) is a feature-complete
terminal emulator inside Emacs based on libvterm.
`vterm-mgt.el`, adds functionality on top of `vterm` to allow you to:
* find-or-create `vterm` instances
* fuzzily switch between existing `vterm` buffers
* cycle through existing `vterm` instances
* easily rename `vterm` buffers
## Alternatives to vterm-mgt.el
* [multi-vterm](https://github.com/suonlight/multi-vterm)