summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-19 10:50:24 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-19 10:50:24 +0000
commit9a7e5bd1d30ab60ef6cebfedfbdb37c6a05e9bcb (patch)
treeb5702a739ae93c7d424d1901c70b6330637e7545 /tmux.1
parent827b311c8172f3543f9c38dc1d7740bba1d9aeaa (diff)
Clarify some points about config files, notably that they are only read
at server start. From Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 8 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index c5c45b75..4bf55443 100644
--- a/tmux.1
+++ b/tmux.1
@@ -124,13 +124,19 @@ loads the system configuration file from
.Pa /etc/tmux.conf ,
if present, then looks for a user configuration file at
.Pa ~/.tmux.conf .
+.Pp
The configuration file is a set of
.Nm
commands which are executed in sequence when the server is first started.
+.Nm
+loads configuration files once when the server process has started.
+The
+.Ic source-file
+command may be used to load a file later.
.Pp
-If a command in the configuration file fails,
.Nm
-will report an error and exit without executing further commands.
+shows any error messages from commands in configuration files in the first
+session created, and continues to process the rest of the configuration file.
.It Fl L Ar socket-name
.Nm
stores the server socket in a directory under