yank and put (copy and paste) between two gVim
Use * instead of +
e.g.
yank: *y
cut: *x
put: “*gP
On the other hand, use + to copy and paste to other programs
yank: +y
cut: +x
paste: “+gP
yank and put (copy and paste) between two gVim
Use * instead of +
e.g.
yank: *y
cut: *x
put: “*gP
On the other hand, use + to copy and paste to other programs
yank: +y
cut: +x
paste: “+gP
Leave a Reply