mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
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.
This commit is contained in:
3
tmux.1
3
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
|
||||
|
Reference in New Issue
Block a user