sonictemplate
Easy and high speed coding method.
Template Completion
Postfix Completion
Basic Usage
Open new file
vim foo.pl:Template <tab>Then you can select package or script for perl filetype.
:Template package
:Template scriptType <enter> in script, you can see following.
use strict;
use warnings
use utf8;
_And cursor is in _. If you open lib/Foo.pm, and type <enter> in package. You get following.
package Foo;
use strict;
use warnings
use utf8;
_
1If you open C++ file, you can select main for C.
License
MIT
Author
Yasuhiro Matsumoto <mattn.jp@gmail.com>

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


