Slide 3
Slide 3 text
c.vim
The script : http://www.vim.org/scripts/script.php?script_id=213
This plugin speeds up writing new code considerably. It has many
predefined code snippets for almost all tasks like main , function , try
catch block . It prints out templates which create a professional
appearence .
Eg: \if – Insert a new function : creates a block of code containing
fields for name , description in comments and a stub for function
Keystrokes defined for compiling and runnning programs programs :
\rc – compile the program
\rr – run the program
:h csupport – to view the complete do:cumentation