Manage terminal workspaces using session naming

InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

It's a lot easier to manage your tmux session when they have sensible names. We'll cover:

  • How to create a new, named tmux session with tmux new -s
  • Rename an existing tmux session using tmux rename-session -t
  • Renaming sessions with C-b $
  • Listing sessions with C-b s
Daksh Gautam
~ 7 years ago

I just wanted to know, if i reboot my computer, will my tmux session persist ?