Skip to content

Commit

Permalink
Update tmux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng authored Jan 15, 2025
1 parent 59990f0 commit 5265ae0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/software/tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ set -g default-terminal "screen-256color"
```

See also [Oh my tmux](https://github.com/gpakosz/.tmux), a versatile tmux configuration tool.

## SSH + tmux

To connect a remote tmux session via SSH,

```bash
ssh -t user@host tmux new -A -s ssh_tmux
```

0 comments on commit 5265ae0

Please sign in to comment.