Jon*_*oni 18
缩进命令=,<并且>可以结合所有的移动命令和文本对象.例如:
>G Indent until end of file
>} Indent until next paragraph
>iB Indent contents of current { } block
Run Code Online (Sandbox Code Playgroud)
它们还缩进在可视模式下选择的文本.
使用<取消缩进或=重新排版("格式"使用文件类型设置).
是。尝试:
V # To switch to visual mode. Select lines, and...
> # Indent (use `<` to de-indent, or with a number just before to indent several times).
Run Code Online (Sandbox Code Playgroud)