From 129d586ef69c63b7f804d7efc6a3ccfc6edfcc43 Mon Sep 17 00:00:00 2001 From: sebrink Date: Mon, 6 Jan 2020 09:35:47 -0500 Subject: [PATCH] Fixed tmux attach. Was originally -s instead of -t, so it would not work. --- tmux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.md b/tmux.md index a5d9a5fd5..174b99fd6 100644 --- a/tmux.md +++ b/tmux.md @@ -15,7 +15,7 @@ category: CLI $ tmux new -s session_name $ tmux attach # Default session - $ tmux attach -s session_name + $ tmux attach -t session_name $ tmux switch -t session_name