Does anyone use a tmux session switcher?

I’ve never invested in a session management tool for tmux. I use prefix s a ton, but also prefix ( and prefix ) a lot too, as those cycle forward and backward.

Here’s what I end up using:

  • prefix s - display session switcher
  • prefix ( previous session
  • prefix ) next session
  • :switch -t [name] switch to specific session by name

I am aware that https://github.com/tmux-plugins/tmux-sessionist exists but I have not used it and it doesn’t look like it’s maintained currently.

3 Likes