From 745daaf2e05d9ac010b88575e64f7081715230f8 Mon Sep 17 00:00:00 2001 From: VigneshR387 <187846000+VigneshR387@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:50:28 +0530 Subject: [PATCH] doc: update `core.qol.todo_items` comments --- lua/neorg/modules/core/qol/todo_items/module.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/qol/todo_items/module.lua b/lua/neorg/modules/core/qol/todo_items/module.lua index 7a6b27923..ef2cfabff 100644 --- a/lua/neorg/modules/core/qol/todo_items/module.lua +++ b/lua/neorg/modules/core/qol/todo_items/module.lua @@ -10,10 +10,11 @@ The following keybinds are exposed (with their default binds): - `(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-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-ambiguous)` (`ta`) - `(neorg.qol.todo-items.todo.task-cycle)` (``) - `(neorg.qol.todo-items.todo.task-cycle-reverse)` (no default keybind)