TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

You Don't Need a Terminal Multiplexer on Your Desktop

40 pointsby matrixhelix4 months ago

12 comments

bee_rider4 months ago
The argument here seems to be: “the features you like about terminal multiplexers should be built into your terminal emulator, or your window manager, or I don’t see why they are really necessary.” Plus some complaints about influencers.<p>Sure, I’ll just replace my perfectly functional window manager so I can avoid using a terminal multiplexer.<p>Except I’ll still want a terminal multiplexer on servers, so I still need to be familiar with the way the tool works and I’ll still be happier if I have a nice config (sidenote: the article complains about needing very complicated configurations, but tmux is fine with like… 10 lines of configuration? You can solve the problem of over complicated configs by just not doing them).<p>Overall it kind of feels like hipsterism or engagement bait. Complaining about “content creators” is a very popular way to show off your bona fides nowadays. I guess this is just going back and forth on “no, you are the influencer&#x2F;engagement fisher” but I think tons of people have been using terminal multiplexers for decades because they are boring and practical. If someone made a YouTube or a TikTok about them, I guess… I dunno, let the kids have nice things too, &lt;shrug&gt;.
评论 #43028299 未加载
评论 #43028462 未加载
评论 #43035238 未加载
hyperman14 months ago
I started to use tmux on remote machines to stop them disconnecting me when the network changes or the laptop sleeps. (Damn you systemd for breaking that, too)<p>Then I started multiple tmux panes remotely because it was great for dumping the long process monitoring next to the long process<p>Then I started using tmux panes remotely for task switching.<p>Then I started using tmux locally because I already knew all the keybindings and tricks.<p>And there are still multiple browsers, IDEs and whatnots in other windows.<p>At no point, the points the article touches had any relevancy. It just grew on me. So you all do whatever floats your boat, and I&#x27;ll continue doung mine.
评论 #43028939 未加载
评论 #43028354 未加载
komboozcha4 months ago
I do, because I&#x27;m a professional who needs to get work done, instead of dicking around in React all day and writing edgelord blog posts about 40-year-old tools.
tolerance4 months ago
This is a great example of engaging writing that fails to convey an appreciable message and even though I use tmux locally and I had a thought the other day that I should stop, I hope that the author can channel their energy toward a better formula for thoughts.
kristianp4 months ago
I tend to agree with this guy. I like using multiple windows or tabs in konsole and dont use tmux etc. If you&#x27;re spending time sshing into remote machines tmux etc is the way to go. Although when I remote in I still don&#x27;t use tmux or screen in general. I prefer using nohup for long running processes or even just keep the laptop from sleeping by plugging it in.
dpc_012344 months ago
Arrogant and pointless? You want to use a GUI, go for it.<p>To me, just because most of my workflow doesn&#x27;t need to change irrespective if I&#x27;m working locally or via ssh, is already making terminal multiplexer a win.<p>Also, there&#x27;s something to be said about terminal just being a more productive way to work with computers. The constrains that a terminal puts on software used in it, make the individual pieces compose with each other way better, precisely because text composes better than graphic interfaces. (That&#x27;s why &quot;visual programming&quot; will always suck.)<p>My workflow for decades now is entirely terminal with terminal multiplexer and a browser window. The graphical interface works better for exploratory work when I&#x27;m mostly navigating and consuming information, like clicking around the web, the textual interface works better for actual precise control and interaction with software. The &quot;GUI&quot; for me is just for changing if my browser&#x2F;terminal are displayed side by side or maximized and switching between them.
schaefer4 months ago
From TFA: My impression is that the sole purpose of the terminal multiplexer hype train stems from a perceived sense of pseudo-elitism…<p>—-<p>Whoa there buddy. It’s fine to say: “I tried a thing, and it just wasn’t for me”.<p>But to proceed from that point and onto: “so rather just letting things be, or making a good-faith effort to understand those with differing opinions, I’m going to project and harshly judge them” is such a downer.<p>I guess what I’m trying to say is, I tried reading this blog and it just wasn’t for me.
评论 #43028707 未加载
评论 #43028522 未加载
mm2634 months ago
I mean, if I&#x27;m having fun and I&#x27;m productive, why do I have to justify my setup? But if I would, I&#x27;d say that VSCode didn&#x27;t support all of the Vim functionality, so I started using NeoVim and to avoid managing multiple terminal windows I use tmux.
评论 #43027728 未加载
评论 #43027759 未加载
Mar04 months ago
Feels like it&#x27;s totally missing the point of why tmux is used on desktop and in a very arrogant tone.<p>Windows manager saves layouts. I want to save both layout and states. I want to be able to quickly switch from one project workspace to another, without having to use ctrl+z and fg or creating term windows everytime.<p>Also, a lot of people use one workspace for one app on their WM (1 for terminal, 1 for browser, etc...) I like that my terminal has its own workspace, so I don&#x27;t have to pollute the workspaces of my WM with tons of different terminal windows.<p>Maybe spend more time understanding the problem that is trying to be solved before writing a long ass arrogant article?
simpaticoder4 months ago
Another great example of the eternal question, where the indirection go? Note that when browser tabs were invented this same debate happened.
评论 #43031488 未加载
评论 #43027694 未加载
fambalamboni4 months ago
I use screen all the time in an SSH session. Locally, not so much.<p>Although if I&#x27;m running something that I know will take hours, I tend to run that in Screen because I&#x27;m likely to nuke the terminal by accident.
评论 #43027803 未加载
explorigin4 months ago
Came here for `nohup`. Learned about `disown` and `reptyr`. Nah, I&#x27;ll just use `screen`.
评论 #43027939 未加载