PRESFIL
PRESFIL
Yes, I see it now. Thanks. Still, it would be nice if it worked out of the box. Like in Vim.
This works for Vim with `nocompatible` and with `compatible`. But not for Vi. You can look in `:help index`.
Mappings work as they should. Thanks!
> @xaizek , how do you think - it is regression? It seems to me that if it is in the documentation, then earlier it would have worked fine. Now...
It would be nice to have some extended set of special keys out of the box, in addition to what we have now. Only now I don't understand at all...
Experiencing this on `alacritty`. `pmus-git==0.42.r401.g318d75a-1` And `xterm`.
Is there anyone here who thinks it would be better to create a separate `shutdownHook` instead of the persistent state and a `startupHook` as it is currently implemented? I believe...
It is regrettable. I saw that `SIGCHLD` handling is not implemented. At least I could try to emit this behavior by adding `killAllStatusBars` at the bottom of `main`?
Somehow it would be possible to modify the ["main loop"][1] to keep track of the Exstensible State, in which it should be set the special exit flag. But it can't...
I found a solution in disabling transparency by using: ```diff --- config.def.h +++ config.h @@ -48,7 +48,7 @@ #endif // SYMBOLS_PATCH #if ALPHA_PATCH -static const unsigned int baralpha = 0xd0;...