From 4e0b65211ff56634a5f27c12eb91b84a86d2d526 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 7 Jan 2016 14:29:03 +0100 Subject: [PATCH] Clipboard: add 'guioptions+=a' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e7147..2f4fe4f 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,8 @@ This basically synchronizes the `"` and `+` registers. If you don't even want to hit `y`, this this instead: ```viml -set clipboard=autoselectplus +set clipboard=autoselectplus " used in terminal Vim +set guioptions+=a " used in GUI Vim ``` Vim comes with a pretty extensive documentation: