Skip to content

tuxcanfly/ViMango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Install:

  • Put vimango.vim in $VIMRUNTIME/plugin
  • Put vimango.py in $PYTHONPATH

Pressing <F2> on any urls.py line:

  • r'^url/$', 'app.views.func', ...
    will take you to func in app/views.py

  • r'^app$', include('app.urls'), ...
    will take you to app/urls.py

  • r'index', direct_to_template, {'template_name': 'app/index.html'}, ...
    will take you to templates/app/index.html

No settings are imported and no django modules used.

Have fun!

About

A collection of utilities for navigating django projects in vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published