Live data from Hacker News

Benefits of using tmux – streamlining your development environment

blog.bugsnag.com

171–172 of 172 posts

Re: Benefits of using tmux – streamlining your development environment

#171
post #63

I've used screen for darn near 20 years now. Have tried to switch to tmux, but even with screen-like keybindings, I end up running into something[0] that makes me switch back because screen is just muscle memory for me at this point. [0] like switching to a non-existent-numbered screen to get a list of which ones I do have...

The zoom feature alone should be enough to say goodbye to screen.

Re: Benefits of using tmux – streamlining your development environment

#172
post #62

To me tmux, like a lot of tools, suffers from bad defaults that makes it less enjoyable to use. One example is not being able to scroll with a mouse. I usually find someone's tmux.conf online and use it, but always run into strange problems that I don't have the energy figuring out. My current conf suffers from the navigation bar going completely black when I try to rename a pane (can't see what i'm typing). Really w…

That's just how (most) command line tools are. You have to invest some time to configure them. And hopefully you're not the type who will fiddle with the settings too much once you have stuff working. I use GNU stow to install my ZSH, tmux, vim, etc. settings on new computers and it works well for me.
Post reply on HN