On Sat, 15 Jun 2002, Chris Mason wrote:

> No, that didn't so what I wanted.
> I want to do this:
> :s/HTML/CSS/
> 
> and then move down a line, and do it again
> Moving down a line and pressing "." did not repeat it.


The form ":%s/HTML/CSS/g"  will replace every instance in the documents 
without asking.  For a line by line case, the only solution I've come up 
with is to copy the string :s/HTML/CSS/ with the mouse and paste it 
(middle button) each time I need it.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to