vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 3fb84efa30676d032e50191e66f49218924cf2fa parent 9dee76baa6e32de48b47d8ece609872a35bfce22 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 8 Apr 2016 18:40:29 +0200 Merge branch 'patch-4' of https://github.com/larryhynes/vis 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