spacemacs/layers/+tools/imenu-list
syl20bnr 6229dcd543 Change SPC b i to SPC b t in imenu layer
This is to free up `SPC b i` to be able to use it for indirect buffers
2019-06-25 23:58:14 -04:00
..
img
packages.el Change SPC b i to SPC b t in imenu layer 2019-06-25 23:58:14 -04:00
README.org Change SPC b i to SPC b t in imenu layer 2019-06-25 23:58:14 -04:00

imenu-list layer

Description

This layer uses imenu-list to show the current buffer's index in a side bar.

This is similar to `SPC j i` but displayed in a persistent sidebar instead of a completion buffer.

Features:

  • IDE like outline view of current buffer showing all significant symbols in one view

Screenshot

/TakeV/spacemacs/media/commit/6229dcd5434218dd531fe8612e87e8131e66f56d/layers/+tools/imenu-list/img/imenu-list-example.png

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add imenu-list to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

From any buffer

Key binding Description
SPC b t toggle imenu tree window

From imenu-list buffer

Key binding Description
q quit imenu-list window
RET go to current entry
d display current entry, keep focus on imenu-list window
f fold/unfold current section
r refresh imenu-list window