set clipboard+=unnamed " use the clipboards of vim and winset paste " Paste from a windows or from vimset go+=a " Visual selection automatically copied to the clipboard
> There are nine types of registers:> 1. The unnamed register ""> 2. 10 numbered registers "0 to "9> 3. The small delete register "-> 4. 26 named registers "a to "z or "A to "Z> 5. four read-only registers ":, "., "% and "#> 6. the expression register "=> 7. The selection and drop registers "*, "+ and "~> 8. The black hole register "_> 9. Last search pattern register "/
从剪贴板粘贴
1. Clipboard: Copy2. Vim insertmode, middle mouse key