Skip to content

Commit

Permalink
docs(itero): add the event so users can remap it (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas authored May 17, 2024
1 parent edf83cc commit 287bc0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/neorg/modules/core/itero/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
`core.itero` is a rather small and simple module designed to assist in the creation of many lists,
headings and other repeatable (iterable) items.
By default, the key that is used to iterate on an item is `<M-CR>` (Alt + Enter).
By default, the key that is used to iterate on an item is `<M-CR>` (Alt + Enter). If you want to
change the bind, remap the `core.itero.next-iteration` event.
Begin by writing an initial item you'd like to iterate (in this instance, and unordered list item):
```md
Expand Down

0 comments on commit 287bc0e

Please sign in to comment.