vifm.vim
vifm.vim copied to clipboard
Vim plugin that allows use of vifm as a file picker
I am not sure what the issue is for this to be happening, can anyone point me to the right direction so I can attempt to fix it? As you...
I sometimes get the following error: ``` Error detected while processing function 48_StartVifm: line 87: E95: Buffer with this name already exists ``` but then vifm opens normally anyway. Anyone...
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](https://wiki.archlinux.org/title/Vifm#Using_vifmimg).
Hi. After installing vifm.vim, the behavior of bulkrenaming changed, irrespective of whether I am running vifm within vim: it creates a vertical split with two vim windows containing the names...
I’ve recently learned about [vim-floaterm](https://github.com/voldikss/vim-floaterm), which can display command-line applications in floating windows inside Neovim (Vim 8.1’s rough equivalent of this feature is called popups). There’s even a wrapper for...
Hello, I have trouble having both colors and arrow/home/end keys work in vifm.vim. With the default `termwintype`, I have: * incorrect colors * support for arrow keys When trying to...
After replacing netrw with vifm, the terminal is not cleaned properly. Steps to run the problem: 1) Install `vifm.vim` 2) In an empty `vimrc` file, disable netrw and enable the...
I use https://github.com/tpope/vim-vinegar vim plugin and got used to the easy I can open file browser by simply clicking `-`. But even without any special plugin, it is possible starting...
When calling Vifm with a relative path and a non-existant file like so: ``` :EditVifm some/directory/NULL.txt ``` Vim spits out the error: ``` Got non-zero code from vifm: 1 ```...
I have tried setting `g:vifm_term` to `gnome-terminal -e` but I keep getting the error `Got non-zero code from vifm`. I think the problem is in https://github.com/vifm/vifm.vim/blob/master/plugin/vifm.vim#L128 since gnome-terminal expects to...