From a7cda8e30a50078f941be6bbf10e3ae4ec213039 Mon Sep 17 00:00:00 2001 From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:24:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e38ae8..058910c 100644 --- a/README.md +++ b/README.md @@ -797,7 +797,7 @@ rlwrap ssh user@host | | Tmux Cheat Sheet | | --- | --- | | Save Scrollback | ```Ctrl+b``` + ```:```, then type ```capture-pane -S -``` followed by ```Ctrl+b``` + ```:``` and type ```save-buffer filename.txt```. | -| Attach | Start a new tmux, then type ```Ctrl+b``` + ```s``` to select any session. | +| Attach | Start a new tmux, then type ```Ctrl+b``` + ```s``` and use ```LEFT```, ```RIGHT``` to expand and select any session. | | Logging | ```Ctrl+b``` + ```Shift + P``` to start and stop. | | Menu | ```Ctrl+b``` + ```>```. Then use ```Ctrl+b``` + ```UP```, ```DOWN```, ```LEFT``` or ```RIGHT``` to move between the panes. |