There have been a lot of problems related to vim recently... Let me join in the fun... About the clipboard...
PHPz
PHPz 2017-05-16 16:42:22
0
2
636

Actually, strictly speaking, this is not a question... It's probably just a discussion thread... If it's inappropriate, just delete it...

It is well known that using the system clipboard in vim uses "+y "+p...but it is really difficult to press...

I want to hear how everyone handles the interaction between vim and the contents of the system clipboard...and why...?

P.S. My own way is set clipboard=unnamedplus ...

PHPz
PHPz

学习是最好的投资!

reply all(2)
迷茫

https://github.com/hit9/dotfiles/blob...

"注意:以下的ctrl-c,ctrl-v快捷键需要你安装了gvim
"ctrl-c复制到系统剪切板
map <C-c> "+y
"ctrl-v粘贴到系统粘贴板
map <C-v> "+p
淡淡烟草味

Download gvim

map ,y "+y
map ,p "+p

Under SecureCRT, you can only use the mouse to select and copy, and CTRL+SHIFT+V to paste.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!