Specifically, I would like to use a keyboard shortcut instead of the 'Insert Date and time...' plugin. This snippet will be used for log files that are used frequently. The snippet will allow for formatting such as line feeds and dashed-line separators.
问问题
1677 次
2 回答
3
由于 Anna 的答案中的链接现在已经过时,这里是一个使用 shell 命令的片段(在 Unix 上):
$(1:date +%Y-%m-%d)
利用
date --help
了解有关可用格式选项的更多信息。
我想你也可以对一些 Python 片段做同样的事情(使用 $<>)。更多。_
于 2012-05-13T04:49:58.903 回答
3
于 2011-09-28T08:10:38.253 回答