xaizek
xaizek
There is definitely something to this idea, but I don't understand the exact mechanics of it and how would it combine with n/N keys. In your examples flags pick either...
Thanks, that's more details. So `?` requests descending ordering. One more thing about n/N keys, which is ambiguous. If we have: * `01. title. mp3` of size 123 * `02....
OK, this makes it an extension of search that just changes order of file traversal. I think it's worth implementing, should be more convenient than changing sorting just to find...
Doesn't it already work? It says "Enter" as it's treated specially, but Esc doesn't need special handling. Not sure about q, it would standout among other commands then.
> `Esc` does nothing. Works fine for me. What version are you using?
My bad, I was thinking about "Press ENTER or type command to continue" message on the status bar, while you're talking about error dialogs. It was mentioned before, but I...
> `cp: failed to preserve ownership for ...` This comes from `cp` and Vifm has no control over it. You could try enabling `'syscalls'`, not sure if there are such...
I realized that I haven't seen such errors and found [this](https://stackoverflow.com/a/23520943/1535516). It won't get rid of all of them because not all files belong to current user, but it will...
> - retry with an option to adjust attributes to preserve (mode, ownership, timestamp, context, links, xattr) Need to look how this can be implemented in code, but it might...
> Also, at the end of the list of available viewers, there is something similar to `cat %c` added implicitly. Vifm just reads file on its own or traverses a...