diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | vis.1 | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -477,8 +477,9 @@ highlighting. `VIS_PATH` defaults (in this order) to - The location of the `vis` binary - `$XDG_CONFIG_HOME/vis`, where `$XDG_CONFIG_HOME` refers to `$HOME/.config` if unset -- `/usr/local/share/vis` -- `/usr/share/vis` +- `/usr/local/share/vis` or `/usr/share/vis` depending on the build configuration + +Use `:help` and search for "Lua paths" to get the actual paths being used. ### Runtime Configurable Key Bindings @@ -33,10 +33,10 @@ refers to .B $HOME/.config if unset .TP -.B /usr/local/share/vis -.TP -.B /usr/share/vis +\fB/usr/local/share/vis\fR or \fB/usr/share/vis\fR depending on the build configuration .RE +.TP +Check \fB:help\fR to get the actual directories used by your binary. .RE .SH HELP Type |
