vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1638fc249d50ae9e3662379b2a32573a2d35c6ca parent f9d18b3ec225423d8a988421daa36b2bad08919b Author: Tim Allen <screwtape@froup.com> Date: Sat, 21 May 2016 17:42:01 +1000 We don't use slmenu, so don't mention it. Diffstat:
| M | README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -452,9 +452,8 @@ 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 and the - [`slmenu`](https://bitbucket.org/rafaelgg/slmenu) utility, - if given a file pattern or directory. + on the included `vis-open` shell script and `vis-menu` 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