zellij
zellij copied to clipboard
`zellij run` not work out of session
Basic information
zellij --version
: v.0.39.2
uname -av
or ver
(Windows): Debian 6.5.6-1rodete4 x86_64 GNU/Linux
Further information
Reproduction steps:
-
zellij
to create a new zellij session -
ctrl-o d
detach the session -
zellij list-sessions
find the session name -
zellij --session [session-name] run -- echo hello
-
zellij attach [session-name]
Expect: zellij run a command inside the session with new pane Actually: nothing in zellij
I also tried zellij run -f, still not luck. I somehow remember it works in previous version (maybe v0.39.1). But I did not verify.
Tried use run inside a session, it works.