Mention alternate config files, from Daniel Augusto in GitHub issue 3023.

pull/3038/head
Nicholas Marriott 2022-01-06 08:23:42 +00:00
parent 080079c55a
commit e5e4df7a22
1 changed files with 6 additions and 1 deletions

7
tmux.1
View File

@ -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.