How to paste text into Vim Visual Mode? -


i working in vim , paste yanked text visual mode. possible?

the p command works in visual mode, (cp. :help v_p). however, default register contents overwritten. (my replacewithregister plugin has alternative command keeps it.)

alternatively, can s or c replace visual selection, , use 1 of insert mode commands <c-r>{register} insert register contents. pasting default register, need use "_s avoid overwriting contents.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -