Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Vim configs: mine

by Aristotle (Chancellor)
on May 20, 2002 at 19:33 UTC ( [id://167922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    " I don't want to become awkward when editing on another machine,
    " so I stick to as few and as highly effective settings as possible.
    ...
    
    " save keystrokes on the Perl shebang
    iabbrev #!p #!/usr/bin/perl -w<C-M>use strict;<C-M><ESC>:filetype dete
    +ct<C-M>i
    
  2. or download this
    " Vim filetype plugin file
    " Language:    Perl
    ...
    setlocal grepprg=rgrep\ -n\ -R\ '*.p[ml]'\ $*
    
    map <buffer> <C-]> :exec ":tag /".expand("<cword>")
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found