Tmux plugin to quickly switch between sessions

6 points by maxvim


ianthehenry

I am all for cool tmux tools but this readme doesn’t really explain why I might use this over the built-in tmux choose-session UI. I think that it chooses nicer mnemonic characters than 1-9 and the mnemonic assignment is always visible (at the cost of some status bar real estate). Is that right?

willhbr

I use a script that handles swapping/creating sessions: https://codeberg.org/willhbr/dotfiles/src/branch/main/shell/autoload/mx

I have autocomplete for it, so it's usually just prefix+tab to swap session.

As well as the default choose-session UI, which is pretty good.

usrme

Sorry for hijacking this topic about something slightly unrelated, but does anyone know whether Ghostty still has in its plans to provide a more Tmux-like experience as well? I remember Mitchell saying something to the effect that if a terminal is done correctly, then Tmux shouldn't be required, but he seemed to be coming around to the idea after a lot of user requests. I truly enjoy using Tmux because of how it can remember sessions, layouts, etc. - something that Ghostty doesn't yet do.

sebastien

Tmux session persistence plugins have been a game changer for my workflow (I ssh to a server from terminal devices, like it used to be in the 90s), and the only problem I had was that I had too many terminals open. I think that can help reduce that!