I usually want to share my clipboard between vim and other applications (like a web browser) so that I can yank/paste the information easily.
So questions,
- How do I set the default behavior of vim to always use only the system
X11 cut-bufferand never use the selection buffer? means settig defaultd,y,pkeys to directly utilize"+register. - Would it have any side-effects if I am totally deserting the use of
"*register? Are there any significant use of"*register?
:h 'clipboard'– Christian Brabandt May 13 '18 at 16:59