Live data from Hacker News

Make tmux pretty and usable (2024)

hamvocke.com

11–20 of 285 posts

Re: Make tmux pretty and usable (2024)

#12
I like having a red bar for tmux running as root and a blue one for running it as a normal user, e.g. for root:

    set -g status-style "bg=red"
I also like to have the bar on top and the status centered:

    set -g status-justify absolute-centre
    set -g status-position top

Re: Make tmux pretty and usable (2024)

#13
I stopped using tmux when I started using kitty terminal with native split windows. I prefer the native window management of kitty, but I do miss the session saving of tmux (e.g. if I accidentally close a tab).

Re: Make tmux pretty and usable (2024)

#14
I've been thoroughly impressed with tmux control mode[0] in iTerm2. This lets you manage remote terminal windows with your local window management provider. It is currently in the process of being implemented in ghostty[1] as well, can't wait!

[0] https://github.com/tmux/tmux/wiki/Control-Mode

[1] https://github.com/ghostty-org/ghostty/issues/1935#issuecomm...

Re: Make tmux pretty and usable (2024)

#16
post #13

I stopped using tmux when I started using kitty terminal with native split windows. I prefer the native window management of kitty, but I do miss the session saving of tmux (e.g. if I accidentally close a tab).

There are many separate session persistence daemons: dtach, zmx, hauntty, shpool, diss, abduco - take your pick

Re: Make tmux pretty and usable (2024)

#17
I had my tmux customized to the point I forgot how to use it on a clean install which is a problem when I'm sshing into a server.

I wish it had better defaults but now I run it as is. After a while you get used to it. The only thing I always have to change is the mouse scroll and my brain cannot retain the exact command.

Post reply on HN