diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-03-13 10:47:41 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-13 10:53:21 +0100 |
| commit | 64b3c105b92d5676afcf2dfe38431326c2951fed (patch) | |
| tree | 45d9d4e5026ef82d249703f560d6036190a7f981 | |
| parent | 46cb07d97cee20b49dcca809e45046cd506bc251 (diff) | |
| download | vis-64b3c105b92d5676afcf2dfe38431326c2951fed.tar.gz vis-64b3c105b92d5676afcf2dfe38431326c2951fed.tar.xz | |
Update README to include recent changes to supported registers
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
