diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-12-30 14:59:14 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2011-12-30 14:59:14 +0000 |
commit | f6eea134bd7560720e7f850aa19900a4fc038cb7 (patch) | |
tree | d6f146e06425de5fa768f469e878b3509c99e9ea /usr.bin/tmux/tmux.1 | |
parent | 9f866067119813243c2e8ecd757d376e74c5d8a6 (diff) |
Show how to set default-path to revert to tmux's old behaviour of opening
new windows in the current working directory at the time tmux was started,
it's not obvious. naddy@ agrees this is a useful inclusion.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1a08e1b442e..2a780a7bee3 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.259 2011/12/27 14:07:20 stsp Exp $ +.\" $OpenBSD: tmux.1,v 1.260 2011/12/30 14:59:13 sthen 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: December 27 2011 $ +.Dd $Mdocdate: December 30 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -1850,6 +1850,11 @@ If 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. .It Ic default-shell Ar path Specify the default shell. This is used as the login shell for new windows when the |