Skip to content

Commit

Permalink
doc: sharing a window across sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Feb 20, 2024
1 parent 9250fdf commit 16277a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ set -g pane-border-format " [ ###P #T ] "
CTRL+b + :
select-pane -T "title"
```


## Sharing a Window Across Sessions

To share a window between two sessions: `tmux link-window -s <src-window> -t <dst-window>`

0 comments on commit 16277a1

Please sign in to comment.