commit 5aee7cf1804d35c279a9dab65ef3dee43a38c6c1 from: Omar Polo date: Wed May 26 14:24:49 2021 UTC improve readme section about terminal commit - 64333020089d8c12a973beb662b3c6c4ca216f72 commit + 5aee7cf1804d35c279a9dab65ef3dee43a38c6c1 blob - 122f11c646f77803c4de6106541c5ecdeca2ae80 blob + 569ca95262537648105186af9db21f841e06ea36 --- README.md +++ README.md @@ -5,13 +5,13 @@ vmd is an Emacs package to interact with [OpenBSD' vmd ![vmd buffer with transient open](vmd.png) -### vterm integration +### Customize the terminal for the console To use vterm (or any other packages really) to handle a shell for the console, `vmd-console-function` must point to a function that accepts two parameters, name and cmd, and execute cmd (a list of strings) in your preferred terminal. By default, `ansi-term` (bundled with Emacs) -is used, so it's easy to switch to vterm: +is used, so it's easy to switch e.g. to vterm: ```elisp (defun my/vmd-vterm (name cmd)