AutoYADM commit: 2025-06-11 16:11:43
This commit is contained in:
parent
3a559394d6
commit
52b253a7a3
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ define-command -hidden notes-tasks-list-by-regex -params 1 -docstring 'list task
|
||||||
|
|
||||||
# List all tasks.
|
# List all tasks.
|
||||||
define-command notes-tasks-list-all -docstring 'list all tasks' %{
|
define-command notes-tasks-list-all -docstring 'list all tasks' %{
|
||||||
notes-tasks-list-by-regex "%opt{notes_sym_todo}\|%opt{notes_sym_wip}\|%opt{notes_sym_done}\|%opt{notes_sym_wontdo}\|%opt{notes_sym_idea}\|%opt{notes_sym_question}\|opt{notes_sym_hold}"
|
notes-tasks-list-by-regex "%opt{notes_sym_todo}|%opt{notes_sym_wip}|%opt{notes_sym_done}|%opt{notes_sym_wontdo}|%opt{notes_sym_idea}|%opt{notes_sym_question}|%opt{notes_sym_hold}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Command executed when pressing <ret> in a *notes-tasks-list* buffer.
|
# Command executed when pressing <ret> in a *notes-tasks-list* buffer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue