Tag Archive
The following is a list of all entries tagged with tips:
Vim tips: 时间戳快捷键
Filed in Geek, December 31, 2006, 14:47:map <f2> a<c-r>=strftime(”%c”)</c-r></f2>
在非编辑模式下,按F2就会在光标位置插入一个当天时间的时间戳
去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了
The following is a list of all entries tagged with tips:
:map <f2> a<c-r>=strftime(”%c”)</c-r></f2>
在非编辑模式下,按F2就会在光标位置插入一个当天时间的时间戳
去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了