aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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