From 07a71fd432df5873515da82d2d620ec0d986b558 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 27 Jun 2010 02:56:59 +0000 Subject: Store the current working directory in the session, change the default-path option to default to empty and make that mean that the stored session CWD is used. --- tmux.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index cdd7ecdf..cd44b7f5 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1626,7 +1626,8 @@ is used as a login shell. .It Ic default-path Ar path Set the default working directory for processes created from keys, or interactively from the prompt. -The default is the current working directory when the server is started. +The default is empty, which means to use the working directory of the shell +from which the server was started if it is available or the user's home if not. .It Ic default-terminal Ar terminal Set the default terminal for new windows created in this session - the default value of the -- cgit