Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaoren/vim-imageview

Image viewer in Vim
https://github.com/chaoren/vim-imageview

Last synced: about 2 months ago
JSON representation

Image viewer in Vim

Awesome Lists containing this project

README

        

# Image viewer in Vim

Automatically displays image files (png, jpg, gif, bmp) when opened with Vim.

```
vim.png
```

![Vim logo][1]

```
$ vim vim.png
```

![Vim logo in Vim][2]

## Dependencies

- [img2txt][3]
- [AnsiEsc.vim][4] (bundled)

## Related

[image.vim][5]

[1]: /img/vim.png
[2]: /img/view.png
[3]: https://linux.die.net/man/1/img2txt
[4]: https://www.drchip.org/astronaut/vim/index.html#ANSIESC
[5]: https://github.com/ashisha/image.vim