Skip to content

Commit

Permalink
docs(todo_items): old keybinds in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 31, 2023
1 parent b508802 commit e0fcf25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lua/neorg/modules/core/qol/todo_items/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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:
- `core.qol.todo_items.todo.task_done` (`gtd`)
- `core.qol.todo_items.todo.task_undone` (`gtu`)
- `core.qol.todo_items.todo.task_pending` (`gtp`)
- `core.qol.todo_items.todo.task_on_hold` (`gth`)
- `core.qol.todo_items.todo.task_cancelled` (`gtc`)
- `core.qol.todo_items.todo.task_recurring` (`gtr`)
- `core.qol.todo_items.todo.task_important` (`gti`)
- `core.qol.todo_items.todo.task_done` (`<LocalLeader>td`)
- `core.qol.todo_items.todo.task_undone` (`<LocalLeader>tu`)
- `core.qol.todo_items.todo.task_pending` (`<LocalLeader>tp`)
- `core.qol.todo_items.todo.task_on_hold` (`<LocalLeader>th`)
- `core.qol.todo_items.todo.task_cancelled` (`<LocalLeader>tc`)
- `core.qol.todo_items.todo.task_recurring` (`<LocalLeader>tr`)
- `core.qol.todo_items.todo.task_important` (`<LocalLeader>ti`)
- `core.qol.todo_items.todo.task_cycle` (`<C-Space>`)
- `core.qol.todo_items.todo.task_cycle_reverse` (no default keybind)
Expand Down

0 comments on commit e0fcf25

Please sign in to comment.