From d3e483fd46dfd04ee1de96972a629676a7d61b1c Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Mon, 9 Jul 2018 19:52:06 +0100 Subject: development/vis: Added (vi-like editor). Signed-off-by: David Spencer --- development/vis/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 development/vis/slack-desc (limited to 'development/vis/slack-desc') diff --git a/development/vis/slack-desc b/development/vis/slack-desc new file mode 100644 index 0000000000..f36e7ac22c --- /dev/null +++ b/development/vis/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +vis: vis (vi-like editor based on Plan 9's structural regular expressions) +vis: +vis: Vis aims to be a modern, legacy free, simple yet efficient editor +vis: combining the strengths of both vi(m) and sam. +vis: It extends vi's modal editing with built-in support for multiple +vis: cursors/selections and combines it with sam's structural regular +vis: expression based command language. +vis: As an universal editor it has decent Unicode support and should cope +vis: with arbitrary files including: large, binary or single-line ones. +vis: +vis: -- cgit v1.2.3