zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.91k stars 639 forks source link

Nested Zellij when doing ssh #3403

Open fzakaria opened 3 months ago

fzakaria commented 3 months ago

When I ssh into a machine with the Zellij setup to automatically start Zellij it starts a nested Zellij. This ends up wasting a lot of screen realestate.

image

Is there a way for Zellij to know it's already in a zellij session and not start over? Maybe send something over the SSH session Basic information

zellij --version: zellij 0.40.1

stty size:

uname -av or ver(Windows): Linux nyx 6.9.2 #1-NixOS SMP PREEMPT_DYNAMIC Sat May 25 14:30:56 UTC 2024 x86_64 GNU/Linux

fzakaria commented 3 months ago

Maybe a dupe of #775