From 1668828b9b92d5a82f8b393be30fe27c5c90b828 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:32:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab57fa0..b46ddb0 100644 --- a/README.md +++ b/README.md @@ -2043,7 +2043,7 @@ Mindmaps & Knowledge | SpyScrollback | `tmux capture-pane -e -pS- -t 6.0` to capture pane 6, window 0 of a running tmux. Remove `-e` to save without colour. | | Clear | `tmux send-keys -R C-l \; clear-history -t6.0` to clear screen and delete scrollback history. | | Logging | `Ctrl+b` + `Shift + P` to start and stop. | -| HiddenTmux | `cd /dev/shm && zapper -fa '/usr/sbin/apache2 -k start' tmux -S .$'\t'cache`. To attach to your session do `cd /dev/shm && tmux -S .$'\t'cache a` | +| HiddenTmux | `cd /dev/shm && zapper -fa '/usr/sbin/apache2 -k start' tmux -S .$'\t'cache`. To attach to your session do `cd /dev/shm && zapper -fa '/usr/sbin/apache2 -k start' tmux -S .$'\t'cache attach` | | Attach | Start a new tmux, then type `Ctrl+b` + `s` and use `LEFT`, `RIGHT` to preview and select any session. | | Menu | `Ctrl+b` + `>`. Then use `Ctrl+b` + `UP`, `DOWN`, `LEFT` or `RIGHT` to move between the panes. |