diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-07-21 12:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-07-21 12:01:16 +0100 |
commit | e725b96a591ff269ad73946ac16b7f8fd3d0d2d9 (patch) | |
tree | aca06ded5e5bd6d8f00922e304a0191f4a55c9ae /tmux.1 | |
parent | acbbc93501eea6732bdca3ca9f39589b867c6b68 (diff) | |
parent | 11e2af6df76e7384b4dcd20ea3b42ccba8e72310 (diff) | |
download | rtmux-e725b96a591ff269ad73946ac16b7f8fd3d0d2d9.tar.gz rtmux-e725b96a591ff269ad73946ac16b7f8fd3d0d2d9.tar.bz2 rtmux-e725b96a591ff269ad73946ac16b7f8fd3d0d2d9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1838,6 +1838,7 @@ and unzoomed (its normal position in the layout). begins mouse resizing (only valid if bound to a mouse key binding, see .Sx MOUSE SUPPORT ) . .It Xo Ic respawn-pane +.Op Fl c Ar start-directory .Op Fl k .Op Fl t Ar target-pane .Op Ar shell-command @@ -1852,7 +1853,10 @@ is not given, the command used when the pane was created is executed. The pane must be already inactive, unless .Fl k is given, in which case any existing command is killed. +.Fl c +specifies a new working directory for the pane. .It Xo Ic respawn-window +.Op Fl c Ar start-directory .Op Fl k .Op Fl t Ar target-window .Op Ar shell-command @@ -1867,6 +1871,8 @@ is not given, the command used when the window was created is executed. The window must be already inactive, unless .Fl k is given, in which case any existing command is killed. +.Fl c +specifies a new working directory for the window. .It Xo Ic rotate-window .Op Fl DU .Op Fl t Ar target-window |