Hyperbole User Manual
7.6.1 Hiding and Showing
Individual cells, branches, or particular levels in the outline may be
hidden or shown. These commands work even when an outline buffer is
read-only, e.g. when its file is not checked out of a version control
system yet, so that you can get effective views of an outline without
editing it. Some of these commands affect the current view spec,
7.6.2 View Specs.
- C-c C-h
- Hide (collapse) the tree rooted at point.
- C-c C-s
- Show (expand) the tree rooted at point.
- C-c C-a
- Show (expand) all of the cells in the outline.
- C-x $
- Show all of the cells down to a particular <level>. You are prompted
for the level or a prefix argument may be given.
- C-M-h
- Hide the subtree at point, excluding the root cell.
- M-x kotl-mode:show-subtree
- Show the subtree at point. Use {C-c C-s} to achieve a similar
effect. The only difference is that it will expand the root cell too.
- C-c C-o
- Show an overview of the outline by showing only the first line of
every cell. This also turns off blank lines between cells to maximize
your view of the outline.
- C-c C-t
- Show a top-level view of the outline by showing only the first line of
each level one cell. This does not turn off blank lines.
A click or a press of the Action Key within a cell's body, but not on a
Hyperbole button, toggles between hiding and showing the tree rooted at
point. Try it with either your mouse or with {M-RET}.