An option to :view-source to open source in external editor (editor.command) would do. Or is there already a way to do this?
I thought there was already an issue for this, but maybe I was thinking of the comment in #1125. There's the qutebrowser_viewsource userscript, but that needs to re-download the page - so yeah, this would be nice to have natively I think.
In the meantime, you might want to try a binding: spawn -d xterm -e bash -c \"curl {url} | vim -\"
This could also be closed now - :view-source --edit works :+1:
In future I'll write more specifically "Fixes #xxxx" in the PR
Indeed, thanks!
Most helpful comment
This could also be closed now -
:view-source --editworks :+1:In future I'll write more specifically "Fixes #xxxx" in the PR