Notes &
I just discovered that vim can open and edit files inside a zip file automatically, which of course means it can do the same for epub. Which is awesome :)
Add the following to your .vimrc:
au BufReadCmd *.epub call zip#Browse(expand(“”))
Notes &
I just discovered that vim can open and edit files inside a zip file automatically, which of course means it can do the same for epub. Which is awesome :)
Add the following to your .vimrc:
au BufReadCmd *.epub call zip#Browse(expand(“”))