mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 06:33:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # snippets for making snippets :)
 | |
| snippet snip
 | |
| 	snippet ${1:trigger} "${2:description}"
 | |
| 		${0:${VISUAL}}
 | |
| snippet v
 | |
| 	{VISUAL}
 | |
| snippet $
 | |
| 	${${1:1}:${0:text}}
 | 
