about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/vterm-mgt.el
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01 More Elisp lintingWilliam Carroll1-15/+15
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
2020-08-31 Lint prelude.elWilliam Carroll1-1/+1
This was a doozey because I use it everywhere. Is there a better way to globally rename things? Aye aye aye... computers, man!
2020-08-31 Lint vterm-mgt.elWilliam Carroll1-0/+4
- Add Version, URL, Package-Requires sections
2020-02-10 Support vterm-mgt.elWilliam Carroll1-0/+120
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.