summaryrefslogtreecommitdiff
path: root/vterm-conf.el
AgeCommit message (Collapse)Author
2023-08-01btm: No more command line arguments neededJSDurand
* vterm-conf.el (btm): After I set up the custom layouts, no more command line arguments are needed.
2023-07-30vterm: add a convenient function to run btmJSDurand
* vterm-conf.el (btm): This convenient function runs the command "btm --battery -m" in a vterm buffer. This is my main usage for vterm, so it is worth a dedicated function in my opinion.
2023-07-29Add vterm configurationJSDurand
I find vterm very useful when combined with the command 'btm'. I can use this combination to monitor many computer states conveniently, which I did not find a way to accomplish with the built-in terminal emulator 'term' in Emacs. * init.el (vterm): Load vterm if necessary. * vterm-conf.el: Thin configurations.