Sunday, January 31, 2016

Re: How would you repeatedly produce these lines?

* etoipm1i0@gmail.com <etoipm1i0@gmail.com> [160201 06:18]:
> I'm coding in Python and need to produce a number of lines like the following
> > p3[0] = {'name': , 'symbol': , 'number': }
For that I usually use keyboard macros: copy the line, jump to the
bracket, increase. The keys are
Ypf[CTRL-A
and as a macro e.g.
qqYpf[CTRL-Aq
100@q to repeat 100 times

Greetings,
mo

--
--
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: