TIL that you can edit archive files with Vim
I learnt that you can use Vim to edit archive files after I accidentally opened
an .epub
file with it. Multiple formats are natively supported:
$ vim foobar.zip
$ vim foobar.tar.gz
# References
:help tar
:help zip
:help gzip