Show Menu
Cheatography

perl-support.vim Cheat Sheet by

Commands for perl-support plugin for Vim (http://www.thegeekstuff.com/2009/01/make-vim-as-your-perl-ide-using-perl-supportvim-plugin)

\rr

Type \rr in the normal mode, which will save the file and execute it immedi­ately

\cc

To change a entire code block to comment, select the code in visual mode and type \cc
 

\cfu

For inserting a function header, type \cfu in normal mode

\cfr

To add a frame comment, type \cfr in normal mode
 

\nr

Insert pre-de­fined code-s­nippet to the Perl code using \nr

\isu

For writing a subrou­tine, type \isu in normal mode, which will prompt for the subroutine name and inserts the subroutine with default function content
   
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Web Programming Cheat Sheet
          VI Editor Cheat Sheet
          Vim NERDTree Cheat Sheet