Table of Contents

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.

2 Screenshot

imenu-list-example.png

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 toggle imenu-list window

4.2 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

Author: Sylvain Benner

Created: 2016-10-03 Mon 00:55

Validate