diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-26 21:48:26 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-27 21:31:45 -0700 |
| commit | 3b5c98570767c7de41369e2b2d7772df8f1868b3 (patch) | |
| tree | 11d827c0215bff6220762f23b3a1f807f8d597bc /README.md | |
| parent | 0b04d31e2f0daf45452da2c5e214d2b42cd46a46 (diff) | |
Ask users for permission to compile module
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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`, |
