vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 507fc973bc145c8280da1675e8388104c4da268d parent f5952874cc5f18ccb3d573a70167040a24f69e8a Author: Silvan Jegen <s.jegen@gmail.com> Date: Tue, 19 Jan 2016 21:01:48 +0100 Add usage example for file open dialog to README Diffstat:
| M | README.md | | | 12 | ++++++++++-- |
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -320,8 +320,16 @@ Operators can be forced to work line wise by specifying `V`. * the current selection, equivalent to '<,'> History support, tab completion and wildcard expansion are other - worthwhile features. However implementing them inside the editor - feels wrong. + worthwhile features. However implementing them inside the editor feels + wrong. For now you can use the `:edit` command with a pattern or a + directory like this. + + :e *.c + :e . + + vis will call the `vis-open` script which invokes dmenu or slmenu + with the files corresponding to the pattern. The file you select in + dmenu/slmenu will be opened in vis. ### Tab <-> Space conversion and Line endings \n vs \r\n