You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 542ea91642
Update spacemacs to v0.200.9
9 years ago
..
img Add spacemacs 9 years ago
README.org Add spacemacs 9 years ago
packages.el Update spacemacs to v0.200.9 9 years ago

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.

Screenshot

/brettlangdon/dotfiles/src/commit/542ea91642f147cad2c065c6ef31833598436b9a/emacs.d/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 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