diff options
author | nicm <nicm> | 2017-01-29 22:10:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-29 22:10:55 +0000 |
commit | b6099f31ead647749574c36b34619db940587fc7 (patch) | |
tree | 225c66a05f2437ebdf933dfb6c830e2f14df6c47 /tmux.1 | |
parent | 54309cc25d4bf9e144342179d815e459c88d6153 (diff) | |
download | rtmux-b6099f31ead647749574c36b34619db940587fc7.tar.gz rtmux-b6099f31ead647749574c36b34619db940587fc7.tar.bz2 rtmux-b6099f31ead647749574c36b34619db940587fc7.zip |
Add -n to break-pane.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1258,6 +1258,7 @@ Commands related to windows and panes are as follows: .It Xo Ic break-pane .Op Fl dP .Op Fl F Ar format +.Op Fl n Ar window-name .Op Fl s Ar src-pane .Op Fl t Ar dst-window .Xc |