在 Textmate 中,如何反向缩进所选代码块?
我选择了一段代码,我想取消该所选代码的缩进。
在电脑上,我会执行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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Option+Shift+Tab(或 Cmd+])。
省略shift(或将]更改为[)将缩进而不是反向缩进。
Option+Shift+Tab (or Cmd+]).
Omitting shift (or changing ] to [) will indent instead of reverse-indent.
以下内容来自 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)