diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-12 16:07:56 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-12 16:07:56 +0000 |
commit | 22355ce947da7acd8863d7f7a467324ad030faec (patch) | |
tree | 4f5a938c5136309ee24c945a133150632bc01942 /tmux.1 | |
parent | bd098c273b6a8ac6a0d493194cacd2e231bbeefe (diff) | |
download | rtmux-22355ce947da7acd8863d7f7a467324ad030faec.tar.gz rtmux-22355ce947da7acd8863d7f7a467324ad030faec.tar.bz2 rtmux-22355ce947da7acd8863d7f7a467324ad030faec.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.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |