Skip to content

Instantly share code, notes, and snippets.

@FelipeCortez
Created July 20, 2018 13:47
Show Gist options
  • Save FelipeCortez/d532e8712a489576ebdfcfd252737d0f to your computer and use it in GitHub Desktop.
Save FelipeCortez/d532e8712a489576ebdfcfd252737d0f to your computer and use it in GitHub Desktop.
href to url_for (spacemacs / regexp)
:%s/'<,'>s/href="\([^"]*\)"/href="{{ url_for('static', filename='\1') }}"/g
copy from minibuffer with C-x h + M-w (https://emacs.stackexchange.com/a/37181)
paste with C-y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment