aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-01-06 08:23:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-01-06 08:23:42 +0000
commite5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08 (patch)
tree16c1b0552005a627014175b7b37595f4cf6ac84b
parent080079c55a7f94af5ead4fad71ee2b33f54b154b (diff)
downloadrtmux-e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08.tar.gz
rtmux-e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08.tar.bz2
rtmux-e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08.zip
Mention alternate config files, from Daniel Augusto in GitHub issue 3023.
-rw-r--r--tmux.17
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 50a356a5..78a7d10b 100644
--- a/tmux.1
+++ b/tmux.1
@@ -140,7 +140,10 @@ By default,
loads the system configuration file from
.Pa @SYSCONFDIR@/tmux.conf ,
if present, then looks for a user configuration file at
-.Pa ~/.tmux.conf .
+.Pa ~/.tmux.conf,
+.Pa $XDG_CONFIG_HOME/tmux/tmux.conf
+or
+.Pa ~/.config/tmux/tmux.conf .
.Pp
The configuration file is a set of
.Nm
@@ -6627,6 +6630,8 @@ options.
.Sh FILES
.Bl -tag -width "@SYSCONFDIR@/tmux.confXXX" -compact
.It Pa ~/.tmux.conf
+.It Pa $XDG_CONFIG_HOME/tmux/tmux.conf
+.It Pa ~/.config/tmux/tmux.conf
Default
.Nm
configuration file.