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.
段落の終わりを示すエンターキーを押すたびに、vim は自動的に別の新しい行を挿入し、次の行にタブスペースを挿入する必要があります。これはすべて、次の段落を入力する準備ができていることを示すためのものです。
これは良い考えではないというコメントに同意しますが、次のことは私にとってはうまくいきます:
inoremap <buffer> <cr> <cr><cr><tab>