Changes between Version 1 and Version 2 of UsingVimWithDjango
- Timestamp:
- Jan 4, 2006, 5:22:37 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v1 v2 1 1 This page is intented to be used as a collection of hints for using the Vim editor with Django. 2 2 3 == SnippetsEmu==3 == [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] == 4 4 5 The [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] plugin for Djangoallows one to define abbreviations which can be expanded into larger blocks of text. The abbreviations can also contain place markers which can be 'jumped to' in a similar manner to the macros defined in TextMate on OS X.5 The [http://www.vim.org/scripts/script.php?script_id=1318 SnippetsEmu] plugin for Vim allows one to define abbreviations which can be expanded into larger blocks of text. The abbreviations can also contain place markers which can be 'jumped to' in a similar manner to the macros defined in TextMate on OS X. 6 6 7 7 The following is a collection of Django specific abbreviations for use with the plugin (using the default start and end tags: '<' and '>'):