Created
October 12, 2018 07:13
-
-
Save alexche8/3d472827e42f85c938e7cde8f58acf22 to your computer and use it in GitHub Desktop.
Show available django urls in project for vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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