vim-django
vim-django copied to clipboard
Allow toggling between /static/ {{STATIC_URL}} -> {% static "" %}
Regex for {{STATIC_URL}}
%s~"{{STATIC_URL}}\(\S*\)"~"{% static "\1" %}"~g
Regex for /static/
%s~"/static/\(\S*\)"~"{% static "\1" %}"~g