vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1188fb451306246ae2900d8891bb1ed8160377be parent b8eb15bb6f0ff0453a257483fb6e280a10c1be3e Author: larryhynes <larryhynes@users.noreply.github.com> Date: Fri, 8 Apr 2016 17:08:57 +0100 Add map example to visrc.lua Diffstat:
| M | visrc.lua | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/visrc.lua b/visrc.lua @@ -202,6 +202,7 @@ end vis.events.win_open = function(win) set_filetype(win) - -- eg Turn on line numbering + -- Your local configuration options e.g. -- vis:command('set number') + -- vis:command('map! normal j gj') end