That's what I get for not checking help before replying :) Didn't realize that took a count.
On Sun, Jan 20, 2013 at 4:13 PM, Bee <[email protected]> wrote: > > > On Jan 20, 2:52 pm, Peng Yu <[email protected]> wrote: > > Hi, > > > > O can only add one lines. I'm wondering if there is a built in command > to add two lines at a time in vim. Does anybody know? > > > > Thanks, > > Peng > > If you do 2O<return><esc> you will have two lines > --OR-- > try 22O<return><esc> and you will have 22 new lines > > Bill > > -- > 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 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
