Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Vim Settings for Perl

by Smylers (Pilgrim)
on Mar 23, 2005 at 11:01 UTC ( [id://441738]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    filetype plugin on
    
  2. or download this
    filetype indent on " per-filetype config
    set tabstop=8
    ...
    set shiftwidth=4 " or 2 or whatever
    set shiftround
    set autoindent
    
  3. or download this
    setlocal isfname+=:
    
  4. or download this
    nnoremap <buffer> <silent> _c :w<Enter>:!perl -wc %<Enter>
    
  5. or download this
    nnoremap <buffer> <silent> _f :perldoc -f <cword><Enter>
    
  6. or download this
    nnoremap <buffer> <silent> _m :perldoc <cword><Enter>
    
  7. or download this
    nnoremap <buffer> <silent> _t :%!perltidy -q<Enter>
    vnoremap <buffer> <silent> _t :!perltidy -q<Enter>
    
  8. or download this
    let $PAGER = 'less'
    let $LESS = 'dQFe'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-24 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found