aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-13 10:47:41 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-13 10:53:21 +0100
commit64b3c105b92d5676afcf2dfe38431326c2951fed (patch)
tree45d9d4e5026ef82d249703f560d6036190a7f981
parent46cb07d97cee20b49dcca809e45046cd506bc251 (diff)
downloadvis-64b3c105b92d5676afcf2dfe38431326c2951fed.tar.gz
vis-64b3c105b92d5676afcf2dfe38431326c2951fed.tar.xz
Update README to include recent changes to supported registers
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0dd6bc5..b43a4be 100644
--- 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