Friday, August 28, 2015

Copy text and Paste at multiple lines

Say i had a text like this
baseline string a;
baseline b;
baseline c;
baseline d;

I need to have like this
baseline string a;
baseline string b;
baseline string c;
baseline string d;

Q1.I wanted to copy "string" and Paste across different lines at a single
shot .How can i do this.?
Q2.I wanted to copy a text from "unix terminal/from different Vim file".How
can i paste that string in multiple lines at a single shot?

I dont want to use "string find and replace".




--
View this message in context: http://vim.1045645.n5.nabble.com/Copy-text-and-Paste-at-multiple-lines-tp5725641.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: