vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 934f9d0daf95351be2855280d62e696fbb12f3c9
parent 7645207d0d2b645e58bd6b5d22a01c3bf650bff5
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 17 Apr 2016 22:46:51 +0200

Mention slmenu(1) in README

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -445,7 +445,9 @@ Operators can be forced to work line wise by specifying `V`. use the given theme / color scheme for syntax highlighting Commands taking a file name will use a simple file open dialog based - on the `vis-open` shell script, if given a file pattern or directory. + on the `vis-open` shell script and the + [`slmenu`](https://bitbucket.org/rafaelgg/slmenu) utility, + if given a file pattern or directory. :e *.c # opens a menu with all C files :e . # opens a menu with all files of the current directory