diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-01-14 22:10:47 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-01-14 22:10:47 +0000 |
commit | a4ebd9af33dfb3782b919d491c9c6abd0df16b2c (patch) | |
tree | 32a6d3f1c19942d84a315cd2c9e0029105a5e846 | |
parent | d5d0a36f66fd1b537830268b0d94cb7eb16d93ea (diff) | |
download | rtmux-a4ebd9af33dfb3782b919d491c9c6abd0df16b2c.tar.gz rtmux-a4ebd9af33dfb3782b919d491c9c6abd0df16b2c.tar.bz2 rtmux-a4ebd9af33dfb3782b919d491c9c6abd0df16b2c.zip |
Document swap-pane -d.
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1038,6 +1038,10 @@ is used and no source pane is specified with is swapped with the previous pane (before it numerically); .Fl D swaps with the next pane (after it numerically). +.Fl d +instructs +.Nm +not to change the active pane. .It Xo Ic swap-window .Op Fl d .Op Fl s Ar src-window |