Ruby rails 缩进

Ruby on rails indentation

这可能是一个愚蠢的问题,但我需要一些帮助,因为我找不到答案。

我在ROR中缩进了一些代码,后来我删除了上面的层,想把它移回去,但是我找不到快捷方式,因为代码行很多...

示例: 原本

if abc
  if def
    some code
    some code
   end
end

但现在

if def
  some code
  some code
end

Select 要缩进的文本并按 Shift-Tab

来自文档的键绑定页面的信息:https://docs.c9.io/docs/keybindings