Vim:在关闭的折叠内显示子折叠标题

Vim:在关闭的折叠内显示子折叠标题

是否可以在 vim 中显示其各自父折叠下的所有子折叠的标题?这将非常有用,例如在编写 latex 时,文档可能有 4-5 级折叠,并且您想快速概览大纲。例如,看到这样的输出会很好:

  2 +--342 lines: \chapter{Methodology}--------------------------------------
  6 +---210 lines: \section{some section}------------------------------------
 46 +---- 12 lines: \subsection{some subsection}-----------------------------
 58 +----158 lines: \subsection{some subsection}-----------------------------
216 +---197 lines: \section{some other section}------------------------------
279 +---- 42 lines: \subsection{some other subsection}-----------------------

并且理想情况下,能够打开和关闭这些部分而无需打开父部分。

相关内容