diff options
author | William Carroll <wpcarro@gmail.com> | 2022-08-04T21·51-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-08-04T21·55+0000 |
commit | 42e7254ad0d3c0589646f132f7a04dcd5bfb3523 (patch) | |
tree | 21a86eb034533edc583ac07da8fac7ce69d51f1c /users | |
parent | 405efbc6c08d68c876ff8a0964c1fdfdfae57583 (diff) |
docs(wpcarro/emacs): Add README to vterm-mgt.el r/4383
:) Change-Id: I65a9a4617b23ddc74207f2e45c380bf5988372e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6039 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/pkgs/vterm-mgt/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/pkgs/vterm-mgt/README.md b/users/wpcarro/emacs/pkgs/vterm-mgt/README.md new file mode 100644 index 000000000000..b855826929ca --- /dev/null +++ b/users/wpcarro/emacs/pkgs/vterm-mgt/README.md @@ -0,0 +1,17 @@ +# 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) |