diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-28 21:28:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 21:28:04 -0700 |
| commit | e63bd65eece7c5de3a534b7e2fdbe58256ec2da0 (patch) | |
| tree | b96f8c69d40c81997940c8728e719bd264bb8f20 /README.md | |
| parent | 3d12d39df1fd0469d6aaec2eecd265f780569c26 (diff) | |
| parent | 3b5c98570767c7de41369e2b2d7772df8f1868b3 (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.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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`, |
