You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are you sure the status line correctly updates even if the buffer is created outside a client?
I opened kak with kak -n, this time the id was 4015 so I tried echo ":edit /home/myxi/.zshrc" | kak -p 4015 it didn't work this time too
It works properly if I do echo "evaluate-commands -client client0 %{ edit /home/myxi/.zshrc }" | kak -p 2997 one for some reason though
That one runs the command as the client (as opposed to as the server), so it also changes focus and probably triggers a bunch more hooks, including the one the plugins relies upon
there's an easy fix for the plugin to change a window hook by a global hook or something, it might be worth reporting the issue to the plugin creator
https://discord.com/channels/717163870724161556/717165513750609991/1299304934587629609
The text was updated successfully, but these errors were encountered: