Showing 1 - 2 of 2 items. (Page 1 of 1)


BLOG2009 Sep 20

Using Vim and Snipmate with Django

Not long ago I found the SnipMate plugin for Vim, which implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a tab.

I didn't find any Django snippets ...

Link2007 Jan 19

python_fold - Folding expression for python : vim online

Python sometimes confuse text editors that fold code. This script tells vim how to fold Python code. Nice!