mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Change to vim(1) script by Eric Pruitt.
This commit is contained in:
		
							
								
								
									
										4
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								README
									
									
									
									
									
								
							@@ -42,8 +42,8 @@ TODO file and an example configuration in example_tmux.conf.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
A vim(1) syntax file is available at:
 | 
					A vim(1) syntax file is available at:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	https://github.com/keith/tmux.vim
 | 
						https://github.com/ericpruitt/tmux.vim
 | 
				
			||||||
	https://raw.githubusercontent.com/keith/tmux.vim/master/syntax/tmux.vim
 | 
						https://raw.githubusercontent.com/ericpruitt/tmux.vim/master/vim/syntax/tmux.vim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
And a bash(1) completion file at:
 | 
					And a bash(1) completion file at:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								TODO
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								TODO
									
									
									
									
									
								
							@@ -43,14 +43,10 @@
 | 
				
			|||||||
	* display-time but message-fg/bg/attr
 | 
						* display-time but message-fg/bg/attr
 | 
				
			||||||
	* list-* vs show-*
 | 
						* list-* vs show-*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- better UTF-8 support:
 | 
					 | 
				
			||||||
	* searching in copy mode
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- copy/paste improvements:
 | 
					- copy/paste improvements:
 | 
				
			||||||
	* paste w/o trailing whitespace
 | 
						* paste w/o trailing whitespace
 | 
				
			||||||
	* command to toggle selection not to move it in copy-mode
 | 
						* command to toggle selection not to move it in copy-mode
 | 
				
			||||||
	* regex searching
 | 
						* regex searching
 | 
				
			||||||
	* copy-pipe should have -x as well
 | 
					 | 
				
			||||||
	* searching in copy mode should unwrap lines, so if you search for "foobar"
 | 
						* searching in copy mode should unwrap lines, so if you search for "foobar"
 | 
				
			||||||
          then it should be found even if it is now "foo\nbar" (if the WRAP flag
 | 
					          then it should be found even if it is now "foo\nbar" (if the WRAP flag
 | 
				
			||||||
          is set on the line)
 | 
					          is set on the line)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user