|||
Vim 自动添加表头
作者: Cliff Gao
以*.py 文件为例, 将下面代码复制到 ~/.vimrc 中 (如果找不到.vimrc 可以自己创建一个)
function BufNewFile_PY()
0put='#!/usr/bin/env python'
1put='#FileName: '.expand('%')
2put='#Author: cliff'
3put='#Email: your_email'
4put='#Creat Time: '.strftime('%c')
normal G
endfunction
autocmd BufNewFile *.py call BufNewFile_PY()
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-11-5 13:27
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社