summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 8 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index 62ab9b4f..9c028352 100644
--- a/tmux.1
+++ b/tmux.1
@@ -138,8 +138,11 @@ Specify an alternative configuration file.
By default,
.Nm
loads the system configuration file from
-.Pa /etc/tmux.conf ,
+.Pa @SYSCONFDIR@/tmux.conf ,
if present, then looks for a user configuration file at
+.Pa \[ti]/.tmux.conf,
+.Pa $XDG_CONFIG_HOME/tmux/tmux.conf
+or
.Pa \[ti]/.tmux.conf .
.Pp
The configuration file is a set of
@@ -7134,12 +7137,14 @@ and
options.
.El
.Sh FILES
-.Bl -tag -width "/etc/tmux.confXXX" -compact
+.Bl -tag -width "@SYSCONFDIR@/tmux.confXXX" -compact
.It Pa \[ti]/.tmux.conf
+.It Pa $XDG_CONFIG_HOME/tmux/tmux.conf
+.It Pa \[ti]/.config/tmux/tmux.conf
Default
.Nm
configuration file.
-.It Pa /etc/tmux.conf
+.It Pa @SYSCONFDIR@/tmux.conf
System-wide configuration file.
.El
.Sh EXAMPLES