@[email protected] to [email protected]English • 1 year agoAre Terminal Multiplexers a Fad?sebastiancarlos.comexternal-linkmessage-square9fedilinkarrow-up112arrow-down116cross-posted to: [email protected]
arrow-up1-4arrow-down1external-linkAre Terminal Multiplexers a Fad?sebastiancarlos.com@[email protected] to [email protected]English • 1 year agomessage-square9fedilinkcross-posted to: [email protected]
minus-square@mvirtslink7•1 year agoI’ll take higher bandwidth on a single ssh session over multiple ssh sessions any day. Plus terminal multiplexers also provide persistent sessions.
minus-square@[email protected]OPlinkfedilink3•1 year agoHey, just wondering, how using a terminal multiplexer adds “more bandwidth” to your ssh session? What do you mean by more bandwidth?
minus-square@mvirtslink4•1 year agoMostly just the terminal commands to draw the tmux borders and move the cursor around for vsplits. For long running commands with lots of output tmux saves bandwidth, especially if I switch to a different screen.
I’ll take higher bandwidth on a single ssh session over multiple ssh sessions any day. Plus terminal multiplexers also provide persistent sessions.
Hey, just wondering, how using a terminal multiplexer adds “more bandwidth” to your ssh session? What do you mean by more bandwidth?
Mostly just the terminal commands to draw the tmux borders and move the cursor around for vsplits. For long running commands with lots of output tmux saves bandwidth, especially if I switch to a different screen.