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.
「zfap」コマンドを知っていて、段落を折りたたむことができます。
しかし、どうすればすべての段落を折りたたむことができますか? この仕事をすることができる魔法のコマンドはありますか?
「global」コマンドを検索したのですが、「global」は行モードでしか機能しないようです。すべての段落を 1 つずつ処理するにはどうすればよいですか?
:set fde=getline(v:lnum)=~'^\\s*$'&&getline(v:lnum+1)=~'\\S'?'<1':1 :set fdm=expr