2026-06-02 12:59:29
:vim: #vim pros:
I want to open a zip file that does *not* have a .zip suffix with vim's nice browsing mode. Is this from within vim the only way to achieve this?
:call zip#Browse("/full/path/to/file")
Unfortunately there is no tab completion in that string 😑
And yes, I could use symlinks:
> ln -rsf myfile.notzip{,.zip}
> vim myfile.notzip.zip
