xaizek
xaizek
> 1) При перемещении секретных файлов, файл с ключами не хочется заносить на жесткий (а при dd он в корзину сразу копируется). Можно копировать, а потом вставлять с помощью "P"....
I'm not sure it fits well with the functionality of za. Dot files are well-defined on their own. Storing list of such files externally and using a generic name also...
Lua plugins are in the works. Will be available as experimental in 0.12 (with no API stability). On the second thought, making it builtin might be easier (calling a plugin...
Tried this now with `:keepsel copy`. Selection isn't reset, but error message isn't visible either because of "N files selected" message displayed whenever selection isn't empty.
That should be fixed now. It's wasn't specific to `:copy`, but how statusbar messages were handled (changing it doesn't seem to have caused bugs with messages or I haven't seen...
> Could you please add a command-line option to choose on which pane to open passed directory? In what situations is this useful? Panes are equivalent and can be easily...
Yeah, it's not possible at the moment. This would have some consequences for Ctrl+O and Ctrl+I keys. So if `/b/` is blacklisted and you visit `/a/`, `/b/`, `/c/` in this...
Well, the command is called "rename", not "move". And as far as I remember it's just unable to move files across directories as good as within same directory. I'll need...
> Having vifm prefer the pane whose current directory matches that of --selected file would be pretty cool. This heuristic wouldn't work well because you can actually do: > Offer...
> I think this is what needs to be addressed in some way. This probably needs to be an option similar to `--select`, e.g. `--left` and `--right`. I failed to...