Adicione esta linha ao seu ~/.vimrc
:
autocmd BufEnter *.zip :0
A partir da documentação do Vim :
*BufEnter* BufEnter After entering a buffer. Useful for setting options for a file type. Also executed when starting to edit a buffer, after the BufReadPost autocommands.
Depois de inserir o arquivo zip, :0
deve ser executado (ir linha 0).