aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:38:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:38:14 +0000
commitd2c3dbc665367ae391ea52828ac1c6007097380a (patch)
treef79cbc82b2355205ae44ddfae4b658ce98369263 /tmux.1
parent2f75b07d08e68e6173a06fd120e0684d51e29db3 (diff)
downloadrtmux-d2c3dbc665367ae391ea52828ac1c6007097380a.tar.gz
rtmux-d2c3dbc665367ae391ea52828ac1c6007097380a.tar.bz2
rtmux-d2c3dbc665367ae391ea52828ac1c6007097380a.zip
If it exist, load a system-wide configuration file /etc/tmux.conf before any
user-specified one.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 7 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 822a3451..6d808b23 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.112 2009-07-12 17:12:06 nicm Exp $
+.\" $Id: tmux.1,v 1.113 2009-07-14 06:38:14 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -70,7 +70,9 @@ to assume the terminal supports default colours.
Specify an alternative configuration file.
By default,
.Nm
-will look for a config file at
+loads the system configuration file from
+.Pa /etc/tmux.conf ,
+if present, then looks for a user configuration file at
.Pa ~/.tmux.conf .
The configuration file is a set of
.Nm
@@ -1549,11 +1551,13 @@ not be linked to no sessions.
Move up a pane.
.El
.Sh FILES
-.Bl -tag -width "~/.tmux.confXXX" -compact
+.Bl -tag -width "/etc/tmux.confXXX" -compact
.It Pa ~/.tmux.conf
Default
.Nm
configuration file.
+.It Pa /etc/tmux.conf
+System-wide configuration file.
.El
.Sh SEE ALSO
.Xr pty 4