diff options
author | Thomas Adam <thomas@xteddy.org> | 2014-11-19 09:22:03 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2014-11-19 09:22:03 +0000 |
commit | 3e8efcc555a2767ff0abc121cb3232d7e84c3873 (patch) | |
tree | d655f7fdb10952e417cd79e2f907e5e9d75ea0c5 /tmux.1 | |
parent | bd803e82e96512473036461ec3832c569768e535 (diff) | |
parent | e0929262db947f984964f979a23215c0de75ceb2 (diff) | |
download | rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.gz rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.tar.bz2 rtmux-3e8efcc555a2767ff0abc121cb3232d7e84c3873.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1761,7 +1761,7 @@ is given and the selected window is already the current window, the command behaves like .Ic last-window . .It Xo Ic split-window -.Op Fl dhvP +.Op Fl bdhvP .Op Fl c Ar start-directory .Oo Fl l .Ar size | @@ -1785,6 +1785,10 @@ and .Fl p options specify the size of the new pane in lines (for vertical split) or in cells (for horizontal split), or as a percentage, respectively. +The +.Fl b +option causes the new pane to be created to the left of or above +.Ar target-pane . All other options have the same meaning as for the .Ic new-window command. |