-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/bmag/imenu-list
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# imenu-list | ||
Emacs plugin to show the current buffer's imenu entries in a seperate buffer | ||
|
||
To activate imenu-list manually, use `M-x imenu-list-minor-mode`. | ||
To activate it automatically on startup, add this to your init file: | ||
`(imenu-list-minor-mode)` | ||
|
||
The imenu of the current buffer will be displayed in the `*Ilist*` buffer. From the `*Ilist*` buffer, you can use these shortcuts: | ||
\<enter\>: goto entry under cursor | ||
\<space\>: display entry under cursor, but `*Ilist*` buffer remains current | ||
|
||
![](https://github.com/bmag/imenu-list/blob/master/images/imenu-list.png) |