On Thu, Jun 11, 2009 at 5:35 AM, Vincent Arnoux wrote: > > Hi List, > I know how to insert the same text on multiple consecutive lines > (visual mode -> select a column -> Type "I" and type the text). Is > there a way to select multiple places (not close one to each other) in > a document and insert text at those places at once?
There is no built-in way to ever select non-contiguous regions. You might be able to cobble together a script that meets your needs, though, depending on your definition of 'select' - but it's probably easier to just insert the text at one of those spots, and then use . to make the same change at each other spot. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
