aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2012-07-08 13:32:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2012-07-08 13:32:09 +0000
commitadba3d35b1520abc075f042bc92d031cf0a89cb2 (patch)
tree49c6740013d0ad50d4734aea3c28bdef3e53b3d7 /FAQ
parent7e02d2f459531107770e925bebf1fbc548719de0 (diff)
downloadrtmux-adba3d35b1520abc075f042bc92d031cf0a89cb2.tar.gz
rtmux-adba3d35b1520abc075f042bc92d031cf0a89cb2.tar.bz2
rtmux-adba3d35b1520abc075f042bc92d031cf0a89cb2.zip
+ entry to show default options, suggested by Thomas Adam.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ11
1 files changed, 11 insertions, 0 deletions
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$