Skip to content

Create or attach an existing tmux session

Sometimes connection could break (network changed / lost) and then your session work is "lost".

In order to avoid this trouble you can use tmux1 with the following parameters :

tmux new -As "your_session_name"

You can replace your_session_name with any identifier you want.

Tip

Instead of typing this command every time you launch your connection, you can set a custom "Execute command" :

  1. Edit your connection
  2. Go to "Terminal Settings"
  3. Touch "Execute command"
  4. Choose "Custom"
  5. Fill the field with the above command
  6. Save your connection
  7. Launch your connection and enjoy 😇

Last update: November 25, 2022