mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	When pasting, translate \n into \r. This matches xterm and putty's behaviour,
and makes emacs happy when pasting into some modes. A new -r (raw) flag to paste-buffer pastes without the translation. From Kalle Olavi Niemitalo, thanks!
This commit is contained in:
		
							
								
								
									
										5
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								tmux.1
									
									
									
									
									
								
							@@ -897,6 +897,11 @@ Insert the contents of a paste buffer into the current window.
 | 
			
		||||
With
 | 
			
		||||
.Fl d ,
 | 
			
		||||
also delete the paste buffer from the stack.
 | 
			
		||||
When output, any linefeed (LF) characters in the paste buffer are replaced with
 | 
			
		||||
carriage returns (CR).
 | 
			
		||||
This translation may be disabled with the
 | 
			
		||||
.Fl r
 | 
			
		||||
flag.
 | 
			
		||||
.It Xo Ic previous-window
 | 
			
		||||
.Op Fl a
 | 
			
		||||
.Op Fl t Ar target-session
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user