Clipboard: add 'guioptions+=a'

This commit is contained in:
Marco Hinz 2016-01-07 14:29:03 +01:00
parent 4c15c28488
commit 4e0b65211f

View File

@ -557,7 +557,8 @@ This basically synchronizes the `"` and `+` registers.
If you don't even want to hit `y`, this this instead: If you don't even want to hit `y`, this this instead:
```viml ```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: Vim comes with a pretty extensive documentation: