Skip to content

Instantly share code, notes, and snippets.

@ThomasAdam
Created November 13, 2012 23:03
Show Gist options
  • Save ThomasAdam/4069034 to your computer and use it in GitHub Desktop.
Save ThomasAdam/4069034 to your computer and use it in GitHub Desktop.
diff --git a/tmux.1 b/tmux.1
index 213db74..c9e429f 100644
--- a/tmux.1
+++ b/tmux.1
@@ -124,13 +124,21 @@ 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
+will not re-read any of its specified configuration files once the server
+process has started.
+See the
+.Ic source-file
+command.
.Pp
-If a command in the configuration file fails,
+If commands in the configuration file fails,
.Nm
-will report an error and exit without executing further commands.
+will collect these errors and show them in the first session created, and
+will continue to process the rest of the configuration file.
.It Fl L Ar socket-name
.Nm
stores the server socket in a directory under
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment