现在就转移到Vim。在TextMate中,我可以通过点击Cmd-Alt- [格式化代码。如何在Vim中实现相同?
请参阅下面的命令命令。我发现我也需要在我的.vimrc中,以便Vim知道如何自动绑定Ruby。
if has("autocmd") filetype indent on endif
Vimcasts有
a useful screencast关于你可能感兴趣的这个问题
原文链接:https://www.f2er.com/bash/388833.htmlgg=G gg => go to start of file = => apply autoformatting G => ... to the end of file