aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicm <nicm>2020-05-26 13:19:21 +0000
committernicm <nicm>2020-05-26 13:19:21 +0000
commit2ced370bee234e00c3ece3b4110dcb71067df846 (patch)
tree4dbed214461fba39af4bb07d883daaf8027aa563
parentff6f2ff6d93f05f2edf4b6e63bcf08315f3a3c73 (diff)
downloadrtmux-2ced370bee234e00c3ece3b4110dcb71067df846.tar.gz
rtmux-2ced370bee234e00c3ece3b4110dcb71067df846.tar.bz2
rtmux-2ced370bee234e00c3ece3b4110dcb71067df846.zip
Tweak some out of date bits, reported by bcgraham.
-rw-r--r--tmux.17
1 files changed, 3 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index e7131829..8fdb9360 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2596,8 +2596,7 @@ spreads the current pane and any panes next to it out evenly.
.D1 (alias: Ic selectp )
Make pane
.Ar target-pane
-the active pane in window
-.Ar target-window .
+the active pane in its window.
If one of
.Fl D ,
.Fl L ,
@@ -3057,8 +3056,8 @@ User options may have any name, so long as they are prefixed with
and be set to any string.
For example:
.Bd -literal -offset indent
-$ tmux setw -q @foo "abc123"
-$ tmux showw -v @foo
+$ tmux set -wq @foo "abc123"
+$ tmux show -wv @foo
abc123
.Ed
.Pp