-
I currently use Netrw in Neovim, and Vifm outside of Neovim, and realized it's funny to learn two different file browsers in/out of Neovim.
I ran across this request to use Vifm as a vertical split…
-
I couldn't find an option to ignore folders such as .git & node_modules when using the :tree!
I can use `za` to hide dotfiles but the node_modules folder is not one, but I also don't want to hide it,…
-
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/vif…
-
I'm trying to run Vifm on Gentoo Linux in gvim 8.1.1486 through vifm/vifm.vim plugin. When I run it, there an error occurs with message `Got non-zero code from vifm: 1`
When I run the `!vifm`, it …
z0rel updated
4 years ago
-
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 `g:vifm_replace_ne…
-
Hi, this issue follows [the previous discuss](https://github.com/vifm/vifm/issues/872#issuecomment-1424201186).
Why need such Lua APIs for plugins:
* trigger proper events
* cross-platform
* abl…
-
## [Bug] SVG
For me the image() function can't handle SVG files without conversion.
In `vifmimg`, I added an "svg" case which passes by a png conversion.
``` bash
"draw")
FILE="$…
-
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 up `vifm`…
-
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
```
On the other…
-
Hi! I put together a command for installing the latest AppImage version of `vifm` for my dotfiles:
```sh
curl -Lo ~/.local/bin/vifm \
"https://github.com/vifm/vifm/releases/latest/download/vi…