Update plugins/tmux-autoattach/README.md

Co-authored-by: Koichi Murase <[email protected]>
This commit is contained in:
chopnico
2021-12-24 22:03:05 +09:00
committed by Koichi Murase
parent 6687a4bb9e
commit 21abdef636
+2 -2
View File
@@ -8,5 +8,5 @@ This tmux plugin will automatically attach a tmux session to your shell session.
| 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. |
| `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` (default) | This will allow you to detach from the tmux screen without closing the terminal or shell session. |