Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bmag/imenu-list
Browse files Browse the repository at this point in the history
  • Loading branch information
Bar Magal committed Feb 28, 2015
2 parents 50e6790 + 4b18cba commit a0f7f46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
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)

0 comments on commit a0f7f46

Please sign in to comment.