aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-04-26 21:48:26 -0700
committerGabriele Bozzola <sbozzolator@gmail.com>2020-04-27 21:31:45 -0700
commit3b5c98570767c7de41369e2b2d7772df8f1868b3 (patch)
tree11d827c0215bff6220762f23b3a1f807f8d597bc /README.md
parent0b04d31e2f0daf45452da2c5e214d2b42cd46a46 (diff)
Ask users for permission to compile module
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6863a3a..c3924a5 100644
--- a/README.md
+++ b/README.md
@@ -268,6 +268,13 @@ The variable `vterm-copy-use-vterm-prompt` determines
whether to use the vterm prompt tracking, if false it usessearches for the regexp in
`vterm-copy-prompt-regexp`. If not found it copies the whole line.
+## `vterm-always-compile-module`
+
+Vterm needs `vterm-module` to work. This can be compiled externally, or `vterm`
+will ask the user whether to build the module when `vterm` is first called. To
+avoid this question and always compile the module, set
+`vterm-always-compile-module` to `t`.
+
## Keybindings
If you want a key to be sent to the terminal, bind it to `vterm--self-insert`,