mirror of
				https://github.com/vim/vim.git
				synced 2025-11-03 09:44:48 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
# enable DEC locator input model on remote terminal
 | 
						|
printf  "\033[1;2'z\033[1;3'{\c"
 | 
						|
vim "$@"
 | 
						|
# disable DEC locator input model on remote terminal
 | 
						|
printf  "\033[2;4'{\033[0'z\c"
 |