From 21abdef636d66cf5cf8212ed126f29633c2bc2ff Mon Sep 17 00:00:00 2001 From: chopnico <2540699+chopnico@users.noreply.github.com> Date: Thu, 23 Dec 2021 23:16:05 -0500 Subject: [PATCH] Update plugins/tmux-autoattach/README.md Co-authored-by: Koichi Murase --- plugins/tmux-autoattach/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tmux-autoattach/README.md b/plugins/tmux-autoattach/README.md index 14781e3..a71cd69 100644 --- a/plugins/tmux-autoattach/README.md +++ b/plugins/tmux-autoattach/README.md @@ -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. |