Sometime I need to browse the local neighborhood of the file I am editing and using vifm is convenient but can be cumbersome to quickly open a file and close it again due to the default 'edit' in the hosting vim behavior.
Is it possible to open vifm inside vim where I could just hit enter on, say, a pdf file for example and that would open in the default pdf viewer instead of opening the binary pdf file in a vim buffer? I can use :file inside vifm but it adds additional overhead for this typically quick type of file browsing. Same for text files, these would open in the vifm session (which is nested in vim) instead of open in a buffer of the hosting vim instance.
Thanks a lot!