vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

Is it possible to use ueberzug in vifm.vim? #63

Closed dylanpjx closed 1 year ago

dylanpjx commented 3 years ago

As the title mentions, is it possible to use vifm image preview with ueberzug within vim itself? The vifm img preview script mentioned is in this arch wiki link.

xaizek commented 3 years ago

If you point g:vifm_exec to the script:

let g:vifm_exec = expand('$HOME/.config/vifm/vifmrun')

It will work, however it won't account for Vim's window offset.

xaizek commented 1 year ago

I think this has been resolved.