diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2019-10-20 10:55:56 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2019-10-20 10:55:56 -0700 |
| commit | 49542d8f72f26b2ef2e05e2781428aea4ae85add (patch) | |
| tree | 4f1d2ba97a2a6edcbe8d5a71457d068234328df7 | |
| parent | 7ed6fa7486e9baefb3b4877261d4ee295fa0cb41 (diff) | |
Fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ function chpwd() { } ``` -## Send Elisp Command +## Send Elisp Commands `vterm` can read and execute `elisp` commands. At the moment, a command is passed by providing a specific escape sequence. For example, to evaluate |
