Is it possible to auto unzip/zip *.gz files within vim?
*.gz
zip/unzip cannot open *.gz files as far as I know.
zip/unzip
Vim can open *.gz files with the help of gzip/gunzip like this
gzip/gunzip
Its already discussed here on SO
How to open gzip text files in Gvim without unzipping?