mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 17:49:28 +08:00
Clipboard: add 'guioptions+=a'
This commit is contained in:
parent
4c15c28488
commit
4e0b65211f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user