Revision: 2834
          http://tmux.svn.sourceforge.net/tmux/?rev=2834&view=rev
Author:   nicm
Date:     2012-07-08 13:32:09 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
+ entry to show default options, suggested by Thomas Adam.

Modified Paths:
--------------
    trunk/FAQ

Modified: trunk/FAQ
===================================================================
--- trunk/FAQ   2012-07-04 11:03:20 UTC (rev 2833)
+++ trunk/FAQ   2012-07-08 13:32:09 UTC (rev 2834)
@@ -430,5 +430,16 @@
 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$

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
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-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to