aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e04c753..ce9ba1f 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,10 @@ In addition, `cP` is mapped to copy the current line directly.
The sequence `cv` is mapped to paste the content of system clipboard to the
next line.
+A command is also included that will copy the current line or a range of lines:
+
+`:15,24SystemCopy` => copy lines 15–24 into system clipboard
+
Clipboard Utilities
-------------------