mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	detach-on-destroy is a session option, not server.
This commit is contained in:
		
							
								
								
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1581,11 +1581,6 @@ Available window options are listed under
 | 
			
		||||
.Pp
 | 
			
		||||
Available server options are:
 | 
			
		||||
.Bl -tag -width Ds
 | 
			
		||||
.It Ic detach-on-destroy
 | 
			
		||||
If on (the default), the client is detached when the session it is attached to
 | 
			
		||||
is destroyed.
 | 
			
		||||
If off, the client is switched to the most recently active of the remaining
 | 
			
		||||
sessions.
 | 
			
		||||
.It Ic escape-time
 | 
			
		||||
Set the time in milliseconds for which
 | 
			
		||||
.Nm
 | 
			
		||||
@@ -1664,6 +1659,11 @@ to work correctly, this
 | 
			
		||||
be set to
 | 
			
		||||
.Ql screen
 | 
			
		||||
or a derivative of it.
 | 
			
		||||
.It Ic detach-on-destroy
 | 
			
		||||
If on (the default), the client is detached when the session it is attached to
 | 
			
		||||
is destroyed.
 | 
			
		||||
If off, the client is switched to the most recently active of the remaining
 | 
			
		||||
sessions.
 | 
			
		||||
.It Ic display-panes-active-colour Ar colour
 | 
			
		||||
Set the colour used by the
 | 
			
		||||
.Ic display-panes
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user