在 Textmate 中,如何反向缩进所选代码块?

发布于 2024-09-18 10:50:00 字数 66 浏览 6 评论 0原文

我选择了一段代码,我想取消该所选代码的缩进。

在电脑上,我会执行shift-tab键,它就会取消缩进。

I have a block of code selected, I want to un-indent this selected code.

On a pc, I would do a shift-tab and it would un-indent.

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

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

发布评论

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

评论(2

伴我老 2024-09-25 10:50:00

Option+Shift+Tab(或 Cmd+])。

省略shift(或将]更改为[)将缩进而不是反向缩进。

Option+Shift+Tab (or Cmd+]).

Omitting shift (or changing ] to [) will indent instead of reverse-indent.

友欢 2024-09-25 10:50:00

以下内容来自 James Edward 的 Mac 版 TextMate Power Editing格雷二世.


+[++

减少选择缩进(适用于未选择任何内容时的当前行)


+]+

增加选择缩进(适用于当前行)当未选择任何内容时)


++[

根据当前语言语法规则重新缩进选择(当未选择任何内容时适用于当前行)

The following is from TextMate Power Editing for the Mac by James Edward Gray II.


+[ or ++

Decrease selection indent (works on current line when nothing is selected)


+] or +

Increase selection indent (works on current line when nothing is selected)


++[

Reindent selection based on current language grammar rules (works on current line when nothing is selected)

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