diff options
author | nicm <nicm> | 2014-11-12 22:57:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-11-12 22:57:06 +0000 |
commit | d37f266524803de945af25c4e9fff8209e927374 (patch) | |
tree | e37d6542e8ff9b5d6e255aef1ce0a027ae689231 /tmux.1 | |
parent | f9308bc244bb568fb678effbbb08f8fb277e7560 (diff) | |
download | rtmux-d37f266524803de945af25c4e9fff8209e927374.tar.gz rtmux-d37f266524803de945af25c4e9fff8209e927374.tar.bz2 rtmux-d37f266524803de945af25c4e9fff8209e927374.zip |
Add -b to splitw like joinw, from Felix Rosencrantz.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1757,7 +1757,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 | @@ -1781,6 +1781,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. |