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 としましょう) でタブを押すと、Return キーを押すと 3 回もタブが押されるようにするにはどうすればよいですか?
:set ai
ai自動インデント
ai
自動インデントを無効にするには:
:set ai!
これで十分なはずです...set smartindent
set smartindent