Results 500 comments of xaizek

> The Lua-plugins already look quite functional. They are functional in some areas, but still not ready in many ways. > 1. Will be official plugins packaged with `vifm` (in...

Sounds like it's not GNU find, default value of `'findprg'` is ``` find %s %a -print , -type d \( ! -readable -o ! -executable \) -prune ``` You can...

I guess sample `vifmrc` could contain something like this as there is no guarantee that GNU find is used on other systems as well (this can be done by homebrew...

Thanks for the report. Reminds me of https://github.com/vifm/vifm/issues/147.

Hello. It's not your fault. Prompts aren't dialogs, there is no mode for them either, so no corresponding `*map` command to change input handling. Looks like documentation doesn't point this...

> So is it possible to see such *map in future versions? Don't know about that, there are different prompts with different input keys. It would also make prompt's on-screen...

There is already "terminate job" function in C which just isn't exposed to Lua. It has advantage or working on Windows the same way. Can add a method to get...

Couldn't reproduce so far. What version are you using? The behaviour can also depend on the contents of your `vifmrc` file, so please provide it or try commenting out things...

`set sort=-ctime,dir` made no difference. So which version is that?

There are already `:*map [prefix]` menus and suggestions: ![key-help-and-horizontal-split](https://user-images.githubusercontent.com/459736/224041208-34663e33-7ba5-4c47-8662-2da5ab3088a7.png) I think this covers functionality of that plugin.