vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 6b5683bd1de67356d217f028dc20ab8bfbd58aa7 parent 6adb68e7339d3d548e2440c3fd3e083076eb5357 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 24 Sep 2014 08:31:47 +0200 Update README to reflect current ':'-command status Diffstat:
| M | README | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -431,6 +431,22 @@ and their current support in vis. :vsplit split window vertically :wq write changes then close window :write write current buffer content to file + :saveas save file under another name + :set set the options below + + tabwidth [1-8] + + set display width of a tab and number of spaces to use if + expandtab is enabled + + expandtab (1|yes|true)|(0|no|false) + + whether typed in tabs should be expanded to tabwidth spaces + + syntax name + + use syntax definition given (e.g. "c") or disable syntax + highlighting if no such definition exists (e.g :set syntax off) The substitute command is recognized but not yet implemented. The '!' command to filter text through an external program is also planned.