Skip to content

Instantly share code, notes, and snippets.

@alexche8
Created October 12, 2018 07:13
Show Gist options
  • Save alexche8/3d472827e42f85c938e7cde8f58acf22 to your computer and use it in GitHub Desktop.
Save alexche8/3d472827e42f85c938e7cde8f58acf22 to your computer and use it in GitHub Desktop.
Show available django urls in project for vim
command! Mpu execute ":tabe | 0read ! python manage.py show_urls | grep -v 'admin'"
map <F3> :Mpu <CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment