Support vterm-mgt.el
I enjoyed using term-switcher so much that I ended up adopting vterm as my primary terminal. After reaching for vterm as often as I did, I realized that I would enjoy supporting cycling through instances, creating new instances, deleting existing instances, renaming instances. Thus spawned vterm-mgt.el. I'm particularly excited about the KBD to toggle between vterm instances and source code buffers.
This commit is contained in:
parent
8584059e7c
commit
2af05f698c
4 changed files with 146 additions and 5 deletions
|
|
@ -37,6 +37,7 @@ let
|
|||
]) ++
|
||||
|
||||
(with epkgs.melpaPackages; [
|
||||
vterm
|
||||
base16-theme
|
||||
ivy-pass
|
||||
clipmon # TODO: Prefer an Emacs client for clipmenud.
|
||||
|
|
@ -122,7 +123,6 @@ let
|
|||
|
||||
(with depot.tools.emacs-pkgs; [
|
||||
dottime
|
||||
term-switcher
|
||||
]));
|
||||
|
||||
# TODO: Do I need `pkgs.lib.fix`?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue