aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGabriele Bozzola <sbozzolator@gmail.com>2020-04-28 21:28:04 -0700
committerGitHub <noreply@github.com>2020-04-28 21:28:04 -0700
commite63bd65eece7c5de3a534b7e2fdbe58256ec2da0 (patch)
treeb96f8c69d40c81997940c8728e719bd264bb8f20 /README.md
parent3d12d39df1fd0469d6aaec2eecd265f780569c26 (diff)
parent3b5c98570767c7de41369e2b2d7772df8f1868b3 (diff)
Merge pull request #307 from Sbozzolo/ask_for_compilation
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 9881667..a3c140c 100644
--- a/README.md
+++ b/README.md
@@ -304,6 +304,13 @@ end
See [zsh and bash](http://tldp.org/HOWTO/Xterm-Title-4.html) and (fish
documentations)[https://fishshell.com/docs/current/#programmable-title].
+## `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`,