@snieguzary

Zellij now has the "resurrect" feature built in!

@BenSima

The production quality of this video is next level

@zachmoring284

I love Zellij but I ended up using Kitty's built-in multiplexer because I can bind it to controls with the SUPER key. I don't like having to remap a CTRL+(something) or ALT+(something) in every single terminal app just to avoid conflicting with Zellij's controls. I wish they could add support for more modifiers or combinations of modifiers so that I could go back to using it — it ruled.

@hotdog2c

Awesome video, i like how you show off the software within your own workflow. That makes it much more informative as it puts the features into perspective

@iChrisBirch

Wow, I've been using Tmux here and there for only a few years and always hate how I have to memorize every single key bind and reference each time I forget and custom make everything.  I just feel like Tmux is tried and true but it's stuck 2 decades ago because of 'backwards compatibility'.  This tool seems to solve a lot of my personal woes with Tmux, this video inspired me to install Zellij and give it a try!  Thanks for the overview!

@SudeeptoDutta

Thank you, Omer, for making this video. This video will serve as a great starting point for someone trying Zellij for the first time.

@AdrianAyala

Nice Dev. Thanks for introducing a sweet new application. I could never get into tmux cause I kept forgetting the key actions to do things. Just my fault for not spending a lot of time in it. But this Zellij looks great. I'll check it out during my weekend!

@Linuxdirk

Zellij is just perfect to me. With tmux everything was messed up. Scrolling didn't work properly, arrow keys did not move the cursor but deleted text (?!?!?), and the End key toggled uppercase/lowercase of last character in a command. I tried different things for 3-4 hours to make it at leas properly work (without having any further configuration) and failed. Well, Zellij ... it works out-of-the-box without any configuration and everything works flawlessly.

@digitaldisruptlabs

Nice review! I saw this tool few times out there, but not quite sure to use it. But now just by looking at this video I feel that I love it! I will give it try ~ thx

@noam65

It is my hope that instead of causing the demise of tmux, that it will cause a friendly competition between the developers in both communities,  for inspiring the improvement of both apps.

@StiwieMayday

I'm very happy to say that both of the "killer features" are doable in tmux.

- Popups
$ tmux popup

- Neovim copy mode
$ tmux capture-pane  -p -S | nvim  -c 'set buftype=nofile' -c 'set nonumber' -c 'set local norelativenumber' + '$'

As a keybind you have to send to the current terminal

bind-key C-f send-keys "$command" Enter

@a_maxed_out_handle_of_30_chars

aah, this looks good but i'm too comfortable with tmux now but will give it a try :)

@famshare-esl2453

Super helpful and excited to discover your content through this vid.

@adicide9070

thing is this clutter the screen like crazy, and not only because I'm 80% of the time on the laptop screen, but also because I need a minimal fee, I'm not sure this'll ever fit. notice how tmux just gets out of your way, visually speaking?

@__sassan__

I’d prefer Zellij to TMUX but I find the UI a bit too much - I’d love a much simpler theme

@elmalleable

i love this and only 1 minute into the video

@fahimanayet

woww😍😍 Just gave it a shot and I really liked it.

@sivuyilemagutywa5286

For my use case Tmux is still good and I don't see my self switching to Zellij. I feel like Tmux is not in my face, but Zellij looks like a cool tool.

@ManuelGonzales-ni9sh

Man I love your chanel, the content is top notch but I'm still a noob to even start to grasp most of it 😂... Hope you release some beginner tutorials at some point. Anyways, keep it up, big fan!

@JohnnyThund3r

Hmmm... both Tmux and Zellij seems to have issues for me. Tmux is fast but it doesn't display colors correctly in ascii-patrol meaning the only way to play it is in black and white. Zellij displays the colors correctly but the game runs very slow and there is an input delay.