spacemacs/layers/+tools/imenu-list
Robert O'Connor 82ba73a1c0
update copyright to 2020
2020-09-23 21:25:01 +02:00
..
img Add imenu-list layer 2016-04-08 18:09:52 -04:00
README.org Added keybinding to focus the imenu-list sidebar, creating if necessary. 2020-05-09 00:08:33 +02:00
funcs.el Added keybinding to focus the imenu-list sidebar, creating if necessary. 2020-05-09 00:08:33 +02:00
packages.el update copyright to 2020 2020-09-23 21:25:01 +02:00

README.org

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/5b9612f57e7f3e44402ddc19912d95328120ee01/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 i focus imenu tree sidebar (creating if necessary)
SPC T i toggle imenu tree sidebar

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