Cheatography
https://cheatography.com
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 immediately |
\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-defined code-snippet to the Perl code using \nr |
\isu
For writing a subroutine, type \isu in normal mode, which will prompt for the subroutine name and inserts the subroutine with default function content |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets