TIL that you can edit archive files with Vim
2025-06-19 • 1 min

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
Edited: 2025-06-19