diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-03 18:35:54 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-03 18:35:54 +0000 |
commit | d817f88fec3d3e3dba43bca321fbaa6e5eb3718c (patch) | |
tree | 14568147df8b3696b3796557df44d113c0fac461 /tmux.1 | |
parent | 90b331ea4666c33d11ef4b1107d30ab4be141a1b (diff) | |
download | rtmux-d817f88fec3d3e3dba43bca321fbaa6e5eb3718c.tar.gz rtmux-d817f88fec3d3e3dba43bca321fbaa6e5eb3718c.tar.bz2 rtmux-d817f88fec3d3e3dba43bca321fbaa6e5eb3718c.zip |
Sync OpenBSD patchset 995:
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 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1854,6 +1854,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 |