From 390950a7e6efc36dfb8a4eb335f3822e0a2178d3 Mon Sep 17 00:00:00 2001 From: Valerie Date: Fri, 8 Mar 2024 10:19:23 -0500 Subject: [PATCH] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d62621..8cfc4de 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ remux a -n foo TMUX='' tmux new-session -t foo remux n -n foo +# switch +tmux switch-client -t foo +remux s foo + ```