From 64b3c105b92d5676afcf2dfe38431326c2951fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 13 Mar 2016 10:47:41 +0100 Subject: Update README to include recent changes to supported registers --- README.md | 5 ++--- 1 file 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 -- cgit v1.2.3