From 3ff9f507e7b81695b4b285eed4f3241f756db417 Mon Sep 17 00:00:00 2001 From: Bar Date: Sat, 2 May 2015 18:25:02 +0300 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23eac51..15572e3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,20 @@ 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: -\: goto entry under cursor -\: display entry under cursor, but `*Ilist*` buffer remains current +`\`: goto entry under cursor, or toggle case-folding. +`\`: display entry under cursor, but `*Ilist*` buffer remains current +`\`: same as \ +``: next line +``: previous line +`n`: next line +`p`: previous line +`f`: toggle case-folding (`hs-toggle-hiding`) -![](https://github.com/bmag/imenu-list/blob/master/images/imenu-list.png) +## 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`. + +The mode-line of `*Ilist*` buffer can be changed by customizing `imenu-list-mode-line-format`, also available via `M-x customize-group RET imenu-list RET`. + +![](https://github.com/bmag/imenu-list/blob/master/images/imenu-list-light.png) + +![](https://github.com/bmag/imenu-list/blob/master/images/imenu-list-dark.png)