diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-04 20:01:16 +0100 |
commit | f68a908c8ae4cd013e1a0ca5c5643381b0acb725 (patch) | |
tree | a4b2aa78ae9dc7397a021802729c3935fe33fcf3 /tmux.1 | |
parent | 999c1c771b4282c60017b86b26f03136398ae09c (diff) | |
parent | fed1e384ad7eb88cc6203e49d4efa8e5ed4edb59 (diff) | |
download | rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.gz rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.tar.bz2 rtmux-f68a908c8ae4cd013e1a0ca5c5643381b0acb725.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2015,6 +2015,13 @@ The .Fl b option causes the new pane to be created to the left of or above .Ar target-pane . +The +.Fl f +option creates a new pane spanning the full window height (with +.Fl h ) +or full window width (with +.Fl v ) , +instead of splitting the active pane. All other options have the same meaning as for the .Ic new-window command. |