Questions tagged [terminal-multiplexer]
The terminal-multiplexer tag has no usage guidance.
8
questions
64
votes
6
answers
20k
views
How to make screen bigger in byobu
My new server install looks odd:
is there anyway to resize it to use the whole terminal window?
21
votes
3
answers
3k
views
Move a program started in GNU screen out to another terminal
I want to terminate an instance of GNU screen whilst preserving the process running inside it.
So I opened my regular terminal emulator program and executed screen. Then I used that instance of ...
3
votes
1
answer
1k
views
What are the benefits using terminal multiplexer
I am using terminal, vim, mutt, etc daily. I use windows, tabs and panes. Now I came to know about Tmux, terminal-multiplexer. But I am not quite sure why I need to use it. I already using windows and ...
2
votes
1
answer
3k
views
Run 8 commands in parallel in equalized tmux panes
I have a monitoring utility that consists of 8 individual utilities, to monitor multiple aspects of a system.
All of them kind of work like htop, in that they rewrite the screen periodically instead ...
2
votes
0
answers
281
views
Several byobu commands don't seem to work at all
In a (possibly misguided) attempt to make my ancient netbook (Thinkpad S10e) as fast as possible, I installed a minimal setup of SparkyLinux on it, without an X server. I want to use byobu as a ...
1
vote
2
answers
2k
views
How to select some panes and sync them with TMUX?
I am looking for a way to sync some of the selected pane in TMUX.
Second option that I am looking for is how to create a few groups of panes and then sync them.
Is it possible in TMUX?
I know that ...
1
vote
1
answer
208
views
Kitty terminal: How can I attach to a zellij session upon starting up Kitty
I want zellij attach -c to run once Kitty is loaded up. I tried adding startup_session launch.conf to my config file, and writing kitty @ send-text "zellij attach -c" in launch.conf as well ...
0
votes
2
answers
646
views
How to check which (if any) multiplexer sessions have processes/commands still running
I operate on a shared linux server. It is common practice for team members to open up a few tmux sessions and run some long running commands and then disconnect their ssh session. Eventually the ...