leafsummer
3/17/2016 - 5:30 AM

custom vim python snippets for myself

custom vim python snippets for myself

snippet phd       "create python head for the files"
	#!/usr/bin/env python
	# -*- coding: utf-8 -*-

	# -----------------------------------------------------
	#  FileName    :	`expand("%:t")` 
	#  Author      :    wuqingfeng@
	#  Date        :    `strftime("%Y-%m-%d")`
	# -----------------------------------------------------
	${0}