diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-05-02 19:29:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-05-02 19:29:14 +0000 |
commit | 37cd5e67e29a950a9258bd54cfc7146307b39fbb (patch) | |
tree | 01bfb0e35260d29fe4b54c1016388899c67092aa /usr.bin/tmux/tmux.1 | |
parent | ba058b35b104ad9c9da0f459e93c5525d190a87a (diff) |
default-path has the same possibilities as new-window -c now.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 4a8fa047937..1cf07381cff 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.291 2012/04/29 17:20:01 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.292 2012/05/02 19:29:13 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 29 2012 $ +.Dd $Mdocdate: May 2 2012 $ .Dt TMUX 1 .Os .Sh NAME @@ -1944,16 +1944,10 @@ Set the default working directory for new panes. If empty (the default), the working directory is determined from the process running in the active pane, from the command line environment or from the working directory where the session was created. -If -.Ar path -is "$HOME" or "~", the value of the -.Ev HOME -environment variable is used. -If -.Ar path -is ".", the working directory when -.Nm -was started is used. +Otherwise the same options are available as for the +.Fl c +flag to +.Ic new-window . .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the |