From f9f984651ccbbfb5b90772b0a762b65c30631634 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 11 Jan 2016 03:36:20 +0100 Subject: [PATCH] Clipboard: add related help tags --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea8986b..6efd64b 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,13 @@ This will make all yank/delete/put operations use either `*` or `+` instead of the unnamed register `"`. Afterwards you can simply use `y` or `p` for accessing your chosen X selection. +Related help: + +```vim +:h clipboard-unnamed +:h clipboard-unammedplus +``` + #### Restore cursor position when opening file Without this, you will always be at line 1 when opening a file. With this, you