sponsor Vim development Vim logo Vim Book Ad

tdvim_FoldDigest : Creates an outline view from folds in the current buffer

 script karma  Rating 0/0, Downloaded by 475  Comments, bugs, improvements  Vim wiki

created by
Pablo Gimenez
 
script type
utility
 
description
This plugin creates a new buffer with an outline view of all folds in the current buffer.
It is based on vimscript #732.
Usage:
:FoldDigest

   Transform all folds in the current buffer into digest tree form, and
   show it in another buffer.  The buffer is called ==FOLDDIGEST==.  It shows
   not only all fold start positions, but also a tree depended on original
   folds hierarchy.

   In a FOLDDIGEST, you can move around the cursor, and when type <CR> jump
   to fold at under it.  If you enter FOLDDIGEST window from other windows,
   when depended buffer is availabeled, it will be synchronized
   automatically.  If you want to force synchronize, type "r" in a
   FOLDDIGEST buffer.
   It is also possible to jump to the folsd under the cursor with a double
   click.
   The FOLDDIGEST window is updated when entering in a new buffer.

   :FoldDigestToggle

   Toggles FOLDDIGEST window

   :FoldDigestClose

   close FOLDDIGEST window

   You can also map your own keys to these commands
 
install details
Extract the file at one of your vim directories.
  ex. $HOME/.vim/
  ex. $HOME\vimfiles\
  ex. $VIM\vimfiles\
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tdvimFoldDigest_0.1.tgz 0.1 2010-09-16 7.2 Pablo Gimenez Initial upload
ip used for rating: 3.133.12.172

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github