You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change key bindings: TAB expands/collapse entries, SHIFT+TAB is not bound.
New option imenu-list-auto-resize: when non-nil, Ilist window is resized automatically to fit the contents when the imenu list is updated. Enabled by default.
New hook imenu-list-update-hook: runs after the imenu list is updated.
Bug fix: always bury Ilist buffer when imenu-list-minor-mode is turned off. See #15.
Bug fix: pressing RET on a heading expand/collapses the subtree even if the cursor is on the + at the beginning of the header. See #17.
Bug fix: handle special imenu entries when looking for current entry. See #20.
Bug fix: handle modes that customize imenu to use unusual values for the position parameter of imenu entries. Unsupported customizations can be handled on the user side via imenu-list-custom-position-translator, or on the package side by adding support in imenu-list-position-translator. See #20.