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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -