保持vim前一行的缩进

时间:2013-07-22 09:24:07

标签: vim vi auto-indent

在移动到新行时保留缩进的选项的名称是什么。

示例

Subject
    This is indented and now i press enter
    I would like indentation to happen automatically

Subject
    This is indented and now i press enter
I currently start here here and indent manually

1 个答案:

答案 0 :(得分:2)

从手册(:help indent.txt):

  

autoindent使用上一行的缩进

...这样:

:set autoindent

如果这不起作用,请尝试在没有插件的情况下启动Vim 并跳过.vimrc初始化:

vim -u NONE -N