Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Learn vi/vim in 50 lines and 15 minutes

by Caron (Friar)
on Mar 04, 2004 at 07:53 UTC ( [id://333805]=note: print w/replies, xml ) Need Help??


in reply to Learn vi/vim in 50 lines and 15 minutes

Don't forget that, if your Vim is compiled with Perl support, you can edit your files with Perl syntax directly.

For example, instead of

:%s/\(\d\+\)abc/\1/

You may say

:%perldo s/(\d+)abc/$1/

See Editing features for advanced users for more tips.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://333805]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-03-28 13:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found