6f2e2df275
imenu-list provides a side bar that shows all imenu entries of the current buffer |
||
---|---|---|
.. | ||
img | ||
packages.el | ||
README.org |
imenu-list contribution layer for Spacemacs
Table of Contents TOC@4
Description
This layer uses imenu-list to show the current buffer's index in a side bar.
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(imenu-list))
Key bindings
From any buffer
Key Binding | Description |
---|---|
SPC b i |
toggle imenu-list 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 |