xaizek
xaizek
Right, I forgot to add `%n` and use of terminal multiplexer is relevant here. The behaviour became more correct in v0.12.1 with 5f99019731ff04a998351eaf5d6d14319b3699bc change which I didn't bother to document....
Unlikely as a builtin option for a number of reasons: - there are similar files used by a multiple of other projects, would be weird to support only `.gitignore` -...
I can also confirm that switching from libcurl 8.9.0 to 8.9.1 fixes this issue with nheko (and introduces [an issue with transmission](https://github.com/transmission/transmission/issues/7035)...).
What kind of rendering issues are you talking about (maybe show a screenshot) and what's your environment (OS, terminal)?
> via email Looks like one can't attach images when replying by email, GitHub seems to just ignore them. And what about your terminal and OS?
> did you implemented some kind of lazy rendering? No, I don't remember any changes directly related to rendering. > I first tried your direct email address but the message...
> I'm not sure if I have the same problem, but I noticed that since i updated my debian from 11 to 13 and got vifm 0.14.3 that there are...
This doesn't sound like a good idea to do unconditionally. Applications can exit with non-zero codes for many different reasons, some do that every time. It would need a macro...
> Any idea if there is any parameter or other cleaner approach that could achieve the same goal. Not really, but you can try changing `graphicsdelay` delay to 0 in...
> this approach has a side effect as :redraw is resetting currently selected files. will need to find a woraround for that too Use [`:keepsel`](https://vifm.info/vimdoc.shtml#vifm-%3Akeepsel): `keepsel redraw`.