Skip to content
  • Bruno Sutic's avatar
    Save grouped sessions · bfc625e1
    Bruno Sutic authored
    Grouped sessions are session started with the command
    `tmux new-session -t <existing-session-name>`
    
    Those sessions share the panes and windows with the existing, original
    session.
    We're making sure to identify and save grouped sessions.
    On the other hand, we don't want to save panes and windows twice
    bfc625e1