diff options
author | Stuart Henderson <sthen@openbsd.org> | 2011-12-30 14:59:13 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@openbsd.org> | 2011-12-30 14:59:13 +0000 |
commit | 16f96676205e3261f6b30dcf1c3ec99f739f727e (patch) | |
tree | 33433db1c2d6bba0e4e6b01bb74e8380532a3d97 | |
parent | 92aef64c5a582cbd785e3d8ad0801153e129a5c7 (diff) | |
download | rtmux-16f96676205e3261f6b30dcf1c3ec99f739f727e.tar.gz rtmux-16f96676205e3261f6b30dcf1c3ec99f739f727e.tar.bz2 rtmux-16f96676205e3261f6b30dcf1c3ec99f739f727e.zip |
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.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |