mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/sh | ||
|  | # enable DEC locator input model on remote terminal | ||
|  | echo  "\033[1;2'z\033[1;3'{\c" | ||
|  | vim "$@" | ||
|  | # disable DEC locator input model on remote terminal | ||
|  | echo  "\033[2;4'{\033[0'z\c" |