Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed May 2, 2015
1 parent 3ccd15d commit 3b4007a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ 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, or toggle case-folding.
`\<space\>`: display entry under cursor, but `*Ilist*` buffer remains current
`\<mouse click\>`: same as \<enter\>
`<tab>`: next line
`<backtab>`: previous line
`n`: next line
`p`: previous line
`f`: toggle case-folding (`hs-toggle-hiding`)
- `<enter>`: goto entry under cursor, or toggle case-folding.
- `<space>`: display entry under cursor, but `*Ilist*` buffer remains current
- `<mouse click>`: same as \<enter\>
- `<tab>`: next line
- `<backtab>`: previous line
- `n`: next line
- `p`: previous line
- `f`: toggle case-folding (`hs-toggle-hiding`)

## Display
imenu-list has several faces for showing different levels of nesting in the `*Ilist*` buffer. To customize them, see `M-x customize-group RET imenu-list RET`.
Expand Down

0 comments on commit 3b4007a

Please sign in to comment.