vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 2e0b03a5124d97ac75bcb17becf52c38b7fd680c parent e9664b2a27bbf5bbc28180b568433b461424fb4b Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 13 Mar 2016 10:47:41 +0100 Update README to include recent changes to supported registers Diffstat:
| M | README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -196,7 +196,7 @@ Operators can be forced to work line wise by specifying `V`. CTRL-K create a new cursor on the line above CTRL-J create a new cursor on the line below - CTRL-P remove least recently added cursor + CTRL-P remove primary cursor CTRL-N select word the cursor is currently over, switch to visual mode CTRL-U make the previous cursor primary CTRL-D make the next cursor primary @@ -235,12 +235,11 @@ Operators can be forced to work line wise by specifying `V`. "A-"Z append to corresponding general purpose register "*, "+ system clipboard integration via shell scripts vis-{copy,paste} "0 yank register + "/ search register "_ black hole (/dev/null) register If no explicit register is specified a default register is used. - Registers used for macros are currently independent. - ### Undo/Redo and Repeat The text is currently snapshotted whenever an operator is completed as