This FAQ entry describes how to query tmux for its default values. A few people on IRC have asked for this. --- trunk/FAQ | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/trunk/FAQ b/trunk/FAQ index 4ffd2d5..03ebb8d 100644 --- a/trunk/FAQ +++ b/trunk/FAQ @@ -430,5 +430,16 @@ tmux will still emulate the alternate screen for applications run under tmux, so you don't really lose anything with this setting. The only disadvantage is that when you exit tmux, it will not restore whatever was there before you started. - + +* How do I get tmux to use its default configuration values? + +By default, tmux has a sane number of default values hard-coded, which are +used when no tmux configuration file is read. One is able to query tmux +about those values by using the following: + + $ tmux -L fooX -f /dev/null start \; show-options -g + +The point here is to start a new tmux server using no configuration file at +all, and hence for tmux to use the hard-coded values. + $Id$ -- 1.7.10 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users