www.delorie.com/gnu/docs/emacs/vip_14.html   search  
 
Buy the book!


VIP

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

1.4.5 Counts

Some Vi commands which do not accept a count now accept one

p
P
Given counts, text will be yanked (in Vi's sense) that many times. Thus 3 p is the same as p p p.
o
O
Given counts, that many copies of text will be inserted. Thus o a b c ESC will insert 3 lines of `abc' below the current line.
/
?
Given a count n, n-th occurrence will be searched.


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2003   by The Free Software Foundation     Updated Jun 2003