|
Vim plugins: snipmate.vim |
 vote
 |
|
This article introduces the snipmate vim plugin.
Snipmate.vim is probably the best snippets plugin for vim. A snippet is a piece of often-typed text or programming construct that you can insert into your document by using a trigger followed by a .
For example, you type "for" and press TAB, and the plugin inserts "for (i = 0; i < n; i++) { }" in your code!
| | |
| |
|
| | read more | score:8810 | -pkrumins, August 10, 2009 |
| |
|
More Programming articles... |
|
|