summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm>2020-01-25 16:40:32 +0000
committernicm <nicm>2020-01-25 16:40:32 +0000
commit9169ee0e874a9e4c46eda77abca075b9ec38dbb6 (patch)
tree393e15ba5786c523ce47f3ea3f1fc4eb91515f5e
parentda515570dc13daefc92e26a5c5417e1f190f80e8 (diff)
Mention swap-window -d, GitHub issue 2068.
-rw-r--r--tmux.17
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 9c9cfb39..eb5087be 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2533,10 +2533,11 @@ This is similar to
except the source and destination windows are swapped.
It is an error if no window exists at
.Ar src-window .
+If
+.Fl d
+is given, the new window does not become the current window.
.Pp
-Like
-.Ic swap-pane ,
-if
+If
.Fl s
is omitted and a marked pane is present (see
.Ic select-pane