mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	+ entry to show default options, suggested by Thomas Adam.
This commit is contained in:
		
							
								
								
									
										11
									
								
								FAQ
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								FAQ
									
									
									
									
									
								
							@@ -431,4 +431,15 @@ 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$
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user