13 lines
864 B
Markdown
Raw Normal View History

2021-12-23 22:35:00 -05:00
# tmux-autoattach.plugin
2021-12-23 22:35:00 -05:00
This tmux plugin will automatically attach a tmux session to your shell session.
2021-12-23 22:35:00 -05:00
## Variables
2021-12-23 22:35:00 -05:00
#### OSH_PLUGIN_TMUX_AUTOATTACH_BEHAVIOR
| Setting | Description |
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| exit | This will completely close out your shell session, including your terminal, but keep your tmux sessions intact. This will also close your session if you detach. |
| detach | This will allow you to detach from the tmux screen without closing the terminal or shell session. |