2

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.

4

2 回答 2

3

由于 Anna 的答案中的链接现在已经过时,这里是一个使用 shell 命令的片段(在 Unix 上):

$(1:date +%Y-%m-%d)

利用

date --help

了解有关可用格式选项的更多信息。

我想你也可以对一些 Python 片段做同样的事情(使用 $<>)。更多。_

于 2012-05-13T04:49:58.903 回答
3

我认为插入日期和时间的文章 GEdit Snippet基本上涵盖了您需要的内容。

更新(旧链接停止工作):

您可以使用插件的键盘快捷键。Alt + e → s → Enter。

于 2011-09-28T08:10:38.253 回答