Vim Tips Wiki
Register
Advertisement

This page lists scripts that turn Vim into an Outliner, or which provide some outlining functionality.

Single pane outlining

These usually rely on Vim folding. :help folding

Two pane outlining

These display outline (or some kind of table of content) in a special, non-modifiable buffer.

The command :vimgrep can be used to create an outline of the current file. For example, if the file has fold markers:

:vimgrep /{{{/j %
:copen

Org-mode related

These work with the Emacs Org-mode format.

See also

Comments

Advertisement