diff options
| author | larryhynes <larryhynes@users.noreply.github.com> | 2016-04-08 17:05:36 +0100 |
|---|---|---|
| committer | larryhynes <larryhynes@users.noreply.github.com> | 2016-04-08 17:05:36 +0100 |
| commit | 7ae8671131fb923bdee72eeb4361a4a0c145740e (patch) | |
| tree | 8ba5a2d69df672284c590023c9cb6658b853137f /README.md | |
| parent | badbf0035ef813ceb3797631fac1c5ccd7e42307 (diff) | |
| download | vis-7ae8671131fb923bdee72eeb4361a4a0c145740e.tar.gz vis-7ae8671131fb923bdee72eeb4361a4a0c145740e.tar.xz | |
Add section on visrc.lua to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -440,6 +440,14 @@ Operators can be forced to work line wise by specifying `V`. :e *.c # opens a menu with all C files :e . # opens a menu with all files of the current directory +### The vis config file: visrc.lua + +Settings and keymaps can be specified in a `visrc.lua` file, which will +be read by `vis` at runtime. An example `visrc.lua` file is installed +in `/usr/local/share/vis` by default. This file can be copied to +`$XDG_CONFIG_HOME/vis` (which defaults to `$HOME/.config/vis`) for +further configuration. + ### Runtime Configurable Key Bindings Vis supports run time key bindings via the `:{un,}map{,-window}` set of |
