aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tmux.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tmux.html')
-rw-r--r--tools/tmux.html2
1 files changed, 1 insertions, 1 deletions
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>
</code></pre>
<p>For example cycle through all panes in all windows in all sessions:</p>