From 09deca2ba5adcf1a729d1e3abf64438d7ce4d7ee Mon Sep 17 00:00:00 2001 From: Ben Lubas Date: Thu, 8 Aug 2024 15:57:35 -0400 Subject: [PATCH] docs: fix qol.todo-items keybinds --- .../modules/core/qol/todo_items/module.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/neorg/modules/core/qol/todo_items/module.lua b/lua/neorg/modules/core/qol/todo_items/module.lua index f9f8e41d8..7bcf97e35 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.