Results 500 comments of xaizek

> item-specific shortcuts are not really possible In principle, they are possible, but need some leader key with special handling on input processing and prefix-free item labels.

Sounds like you have environment variable `$INSTALL` defined to `../deliver.sh -i` and `Makefile` picks that up. Try undefining it (setting to empty value probably won't be enough, need to remove...

In the linked comment: > * When all files are handled by the same program which uses `%f` macro, it's invoked. Means "handled by the same program if you open...

Nothing builtin for this and I can't think of a workaround.

> You didn't specify if you'd like to have this in the main navigation only or also in menus and dialogs (e.g. :file, cp). I believe he did in `'wraps...

Vim's plugin let's you select a file to open, you do that and Vifm closes. If you just want to run Vifm, you don't need a plugin, just do `:term...

Yes, I did get it wrong, thanks for elaborating. What you see is that Vifm turns off its UI and restores previous terminal state before launching an external command. This...

> Since vifm has no macros, At the moment. I think there are scenarious where they could be useful. Another issue is that sometimes escape sequences can be mapped directly...

Permanent deletion is done by DD/D<selector> keys or `:delete!` command. The purpose of the black hole register is to prevent a command from populating any register. I get the association...

I don't see any obvious issues. Does the same happen if you replace `xdg-open` with `vimiv` in `:filextype` command? Or if you do `:!xdg-open %c`? You might also want to...