vifm / vifm.vim

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

Feature request: `:PeditVim` #75

Closed maujim closed 1 year ago

maujim commented 2 years ago

Is it possible to add a :PeditVim command when inside vifm so that the selected file can be opened in a preview window in vim?

xaizek commented 2 years ago

You mean that it should run :pedit inside Vim? It can open only one file, just ignore the rest if multiple were selected?

maujim commented 2 years ago

Yes exactly. I don't know if its possible, but could you disallow using :PeditVim if multiple files are selected? Otherwise, I think opening the first file would be ok