TextMate 问题:如何将插入符移动到下一个/上一个空白行

发布于 2024-09-07 19:56:50 字数 172 浏览 4 评论 0原文

见标题。是否已经有一个简单的组合键可以执行此操作,但我在手册中找不到?我可以在 KeyBindings.dict 中放入一个命令来执行此操作吗?

我希望 moveToBeginningOfParagraph: 能够做到这一点,但这似乎只是转到当前行的开头。

帮助表示赞赏。

See title. Is there already a simple key combination that does this that I can't find in the manual? Is there a command I can put in KeyBindings.dict to do this?

I was hoping moveToBeginningOfParagraph: would do it but that appears to just go to the beginning of the current line.

Help appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长途伴 2024-09-14 19:56:52

不知道它是否是内置的,或者是否可以通过 Emacs 快捷方式来完成,但你可以做到。

记录以下内容:

打开“查找”对话框。单击正则表达式,然后找到以下内容:

^$

保存此宏。

Don't know if it's built in, or if you can do it via an Emacs shortcut, but you can do it.

Record the following:

Open the Find dialog box. Click Regular expression, and find the following:

^$

Save this macro.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文