imenu-list layer
Table of ContentsClose
1. 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.
1.1. Features:
- IDE like outline view of current buffer showing all significant symbols in one view
2. Screenshot
3. 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.
4. Key bindings
4.1. From any buffer
Key binding | Description |
---|---|
SPC b i |
focus imenu tree sidebar (creating if necessary) |
SPC T i |
toggle imenu tree sidebar |