Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 .vimrc 文件中,我怎样才能做到这一点,以便当我按 X 次(比如说 3 次)按回车键时,它也会按 3 次按标签键?
:set ai
ai是自动缩进
ai
要禁用自动缩进:
:set ai!
这应该够了……set smartindent
set smartindent