5 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			74 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| # Open vim
 | |
| 
 | |
| # x-terminal-emulator -e vim "$@"
 | |
| urxvt -e vim "$@"
 |