From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- tools/tmux.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tmux.html') diff --git a/tools/tmux.html b/tools/tmux.html index f5847cb..3512eeb 100644 --- a/tools/tmux.html +++ b/tools/tmux.html @@ -215,7 +215,7 @@ tmux list-panes -F '#P' -t <s>:<w> list pane IDs for window <w& tmux selectp -t <s>:<w>.<p> select pane <p> in window <w> in session <s> # Run commands -tmux send -t <s>:<w>.<p> "ls" C-m send cmds/keys to pane +tmux send -t <s>:<w>.<p> "ls" C-m send cmds/keys to pane tmux run -t <p> <sh-cmd> run shell command <sh-cmd> in background and report output on pane -t <p>

For example cycle through all panes in all windows in all sessions:

-- cgit v1.2.3