From 750002ade00e2b8264bb131906a605e49985d812 Mon Sep 17 00:00:00 2001 From: Tomasz Łaziuk Date: Sun, 19 Jul 2015 10:48:53 +0200 Subject: Add support and mapping for pasting from clipboard --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e7f6b5e..f87b360 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ System Copy =========== -System copy provides vim mappings for copying text to the os specific +System copy provides vim mappings for copying / pastying text to the os specific clipboard. Most people will be happy just setting their Vim clipboard to the system clipboard, but I find that doing so pollutes my clipboard history. Instead, this plugin creates a unique mapping that explicitly pulls content @@ -10,8 +10,9 @@ from Vim into the system clipboard. Usage ----- -System copy provides a mapping to copy to the system clipboard. It accepts a -motion or can be used with a visual selection. +System copy provides a mapping to copy to the system clipboard using a motion +or visual selection. It also provides a mapping for pasting from the system +clipboard. The default mapping is `cp`, and can be followed by any motion or text object. For instance: @@ -21,6 +22,8 @@ object. For instance: In addition, `cP` is mapped to copy the current line directly. +The sequence `cv` is mapped to paste the content of system clipboard. + Clipboard Utilities ------------------- -- cgit v1.2.3