diff options
author | Ruben Schuller <sb@rbn.im> | 2018-07-09 19:52:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-09 19:52:06 +0100 |
commit | d3e483fd46dfd04ee1de96972a629676a7d61b1c (patch) | |
tree | 357f66ef70bbfa207fc1807e6dcb956a3c8adc67 /development/vis/README | |
parent | ffd5359785c1ffc097b90f10b1c9b73156b75462 (diff) | |
download | slackbuilds-d3e483fd46dfd04ee1de96972a629676a7d61b1c.tar.gz |
development/vis: Added (vi-like editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/vis/README')
-rw-r--r-- | development/vis/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/vis/README b/development/vis/README new file mode 100644 index 0000000000..ca27ca97fd --- /dev/null +++ b/development/vis/README @@ -0,0 +1,8 @@ +vis (vi-like editor based on Plan 9's structural regular expressions) + +Vis aims to be a modern, legacy free, simple yet efficient editor combining the +strengths of both vi(m) and sam. It extends vi's modal editing with built-in +support for multiple cursors/selections and combines it with sam's structural +regular expression based command language. As an universal editor it has decent +Unicode support and should cope with arbitrary files including: large, binary +or single-line ones. |