On Thursday, August 10, 2017 at 10:57:27 AM UTC-5, Chris Lott wrote: > I'm constantly needing to wrap a series of comma separated titles with html > <i> tags, so this: > > John has published work in foo, fubar, boo review, and many more. > > Becomes this > > John has published work in <i>foo</i>, <i>fubar</i>, <i>boo review</i>, > and many more. > > Right now I'm visually highlighting each title and using emmet to wrap with > the tags, but it seems like there must be a shorter way!
In general I find working with such lists easier with this pull request compiled in: https://github.com/vim/vim/pull/958 I think in this specific case it would possibly only help a small amount, as I'd still probably visually select and then use the surround plugin on the visual selection. -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
