diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 01:55:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-02-02 01:55:34 +0000 |
commit | 4bb01c17684710107b58e73405d13a23b71732bc (patch) | |
tree | 932c9e2a59898eba41e1ac421063dd44290c88df /tmux.1 | |
parent | c2176afe9cf236c385c0058da9febdb063577283 (diff) | |
download | rtmux-4bb01c17684710107b58e73405d13a23b71732bc.tar.gz rtmux-4bb01c17684710107b58e73405d13a23b71732bc.tar.bz2 rtmux-4bb01c17684710107b58e73405d13a23b71732bc.zip |
Sync OpenBSD patchset 1021:
Provide defined ways to set the various default-path possibilities: ~
for home directory, . for server start directory, - for session start
directory and empty for the pane's working directory (the default). All
can also be used as part of a relative path (eg -/foo). Also provide -c
flags to neww and splitw to override default-path setting.
Based on a diff from sthen. ok sthen
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1228,6 +1228,7 @@ is moved to .Ar dst-window . .It Xo Ic new-window .Op Fl adkP +.Op Fl c Ar start-directory .Op Fl n Ar window-name .Op Fl t Ar target-window .Op Ar shell-command @@ -1258,6 +1259,15 @@ If is not specified, the value of the .Ic default-command option is used. +.Fl c +specifies the working directory in which the new window is created. +It may have an absolute path or one of the following values (or a subdirectory): +.Bl -column "XXXXXXXXXXXX" "XXXXXXXXXXXXXXXXXXXXXXXX" -offset indent +.It Li "Empty string" Ta "Current pane's directory" +.It Li "~" Ta "User's home directory" +.It Li "-" Ta "Where session was started" +.It Li "." Ta "Where server was started" +.El .Pp When the shell command completes, the window closes. See the @@ -1457,6 +1467,7 @@ and commands. .It Xo Ic split-window .Op Fl dhvP +.Op Fl c Ar start-directory .Oo Fl l .Ar size | .Fl p Ar percentage Oc |