Aram Drevekenin
Aram Drevekenin
Alright. Could you please find a minimal reproduction?
Friend, respectfully: let's please try to keep the chatter here to a minimum. Otherwise it gets hard to get into context and understand what the issue is about when we...
So, Zellij does support these and emits them when focus is changed between panes but I now checked and indeed it does not when focus is gained/lost from the current...
Setting what environment variable?
Right now Zellij fits sessions to the client with the fewest columns/rows (or more accurately: fits its rows to the row count of the client with the fewest rows and...
Hey @rob-p - starting from 0.40.0 you can detach other clients connected to the same session. More info here under "disconnect other clients": https://zellij.dev/news/welcome-screen-pipes-filepicker/ Does this solve your issue?
These have been (mostly) fixed by https://github.com/zellij-org/zellij/pull/3636 (still unreleased but just merged to `main`). I say "mostly" because what the PR fixed is the serialization part, the session-serialization still relies...
This is very likely a font issue, as Zellij gets its size reported from the underlying terminal. Some possible directions: try to increase/decrease font size or change the font.
Hey - so, Zellij intentionally does not manage a clipboard. We might add this functionality to plugins in the future. But I'm wondering - seems to me like the multiplexer...
I get the nvim philosophy - ours is similar :) How about using something like https://github.com/ojroques/nvim-osc52 then?