vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 679a84b9addea30bfb65a724c3db9c51073cb535
parent a9603b7c6c2061dae1e43b1171693a605a8e7533
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed, 17 Sep 2014 14:55:02 +0200

Update README with current operator support

Diffstat:
MREADME | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README b/README @@ -313,9 +313,7 @@ and their current support in vis. Operators --------- - working: d (delete), c (change), y (yank), p (put) - planned: > (shift-right), < (shift-left) - those depend on handling of indention tabs <-> spaces + d (delete), c (change), y (yank), p (put), > (shift-right), < (shift-left) Movements ---------