vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit a107c45bbd88b92d15edc549365a54facd1b1ed0 parent b8eb15bb6f0ff0453a257483fb6e280a10c1be3e Author: larryhynes <larryhynes@users.noreply.github.com> Date: Fri, 8 Apr 2016 17:05:36 +0100 Add section on visrc.lua to README.md Diffstat:
| M | README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -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