mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Document alternative delimiters for substitution, from Jim Wisniewski.
This commit is contained in:
		
							
								
								
									
										9
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								tmux.1
									
									
									
									
									
								
							@@ -5080,6 +5080,15 @@ would change
 | 
				
			|||||||
.Ql abABab
 | 
					.Ql abABab
 | 
				
			||||||
into
 | 
					into
 | 
				
			||||||
.Ql bxBxbx .
 | 
					.Ql bxBxbx .
 | 
				
			||||||
 | 
					A different delimiter character may also be used, to avoid collisions with
 | 
				
			||||||
 | 
					literal slashes in the pattern.
 | 
				
			||||||
 | 
					For example,
 | 
				
			||||||
 | 
					.Ql s|foo/|bar/|:
 | 
				
			||||||
 | 
					will substitute
 | 
				
			||||||
 | 
					.Ql foo/
 | 
				
			||||||
 | 
					with
 | 
				
			||||||
 | 
					.Ql bar/
 | 
				
			||||||
 | 
					throughout.
 | 
				
			||||||
.Pp
 | 
					.Pp
 | 
				
			||||||
In addition, the last line of a shell command's output may be inserted using
 | 
					In addition, the last line of a shell command's output may be inserted using
 | 
				
			||||||
.Ql #() .
 | 
					.Ql #() .
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user