mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Conflicts: Makefile.am
This commit is contained in:
6
tmux.1
6
tmux.1
@ -122,7 +122,7 @@ 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 ~/.tmux.conf .
|
||||
.Pp
|
||||
@ -3705,12 +3705,12 @@ was renamed to
|
||||
.Ar name .
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width "/etc/tmux.confXXX" -compact
|
||||
.Bl -tag -width "@SYSCONFDIR@/tmux.confXXX" -compact
|
||||
.It Pa ~/.tmux.conf
|
||||
Default
|
||||
.Nm
|
||||
configuration file.
|
||||
.It Pa /etc/tmux.conf
|
||||
.It Pa @SYSCONFDIR@/tmux.conf
|
||||
System-wide configuration file.
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
|
Reference in New Issue
Block a user