From adba3d35b1520abc075f042bc92d031cf0a89cb2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 8 Jul 2012 13:32:09 +0000 Subject: [PATCH] + entry to show default options, suggested by Thomas Adam. --- FAQ | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FAQ b/FAQ index 4ffd2d52..3a5eea3e 100644 --- a/FAQ +++ b/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 see the default configuration? + +Show the default session options by starting a new tmux server with no +configuration file: + + $ tmux -Lfoo -f/dev/null start\; show -g + +Or the default window options: + + $ tmux -Lfoo -f/dev/null start\; show -gw $Id$