diff --git a/lua/neorg/modules/core/qol/todo_items/module.lua b/lua/neorg/modules/core/qol/todo_items/module.lua index f58af3adb..404b49b0e 100644 --- a/lua/neorg/modules/core/qol/todo_items/module.lua +++ b/lua/neorg/modules/core/qol/todo_items/module.lua @@ -7,15 +7,15 @@ This module handles the whole concept of toggling TODO items, as well as updatin parent and/or children items alongside the current item. The following keybinds are exposed: -- `(neorg.qol.todo_items.todo.task-done)` (`td`) -- `(neorg.qol.todo_items.todo.task-undone)` (`tu`) -- `(neorg.qol.todo_items.todo.task-pending)` (`tp`) -- `(neorg.qol.todo_items.todo.task-on_hold)` (`th`) -- `(neorg.qol.todo_items.todo.task-cancelled)` (`tc`) -- `(neorg.qol.todo_items.todo.task-recurring)` (`tr`) -- `(neorg.qol.todo_items.todo.task-important)` (`ti`) -- `(neorg.qol.todo_items.todo.task-cycle)` (``) -- `(neorg.qol.todo_items.todo.task-cycle-reverse)` (no default keybind) +- `(neorg.qol.todo-items.todo.task-done)` (`td`) +- `(neorg.qol.todo-items.todo.task-undone)` (`tu`) +- `(neorg.qol.todo-items.todo.task-pending)` (`tp`) +- `(neorg.qol.todo-items.todo.task-on_hold)` (`th`) +- `(neorg.qol.todo-items.todo.task-cancelled)` (`tc`) +- `(neorg.qol.todo-items.todo.task-recurring)` (`tr`) +- `(neorg.qol.todo-items.todo.task-important)` (`ti`) +- `(neorg.qol.todo-items.todo.task-cycle)` (``) +- `(neorg.qol.todo-items.todo.task-cycle-reverse)` (no default keybind) With your cursor on a line that contains an item with a TODO attribute, press any of the above keys to toggle the state of that particular item.