We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed245bb commit 6f47083Copy full SHA for 6f47083
lua/obsidian/commands/tasks.lua
@@ -40,7 +40,7 @@ local function showTasks(client, data)
40
prompt_title = filter and (filter .. " tasks") or "tasks",
41
query_mappings = {
42
["<C-n>"] = {
43
- desc = "Toggle task status",
+ desc = "Toggle task filter",
44
callback = function()
45
local next_state_name = get_next_status(filter, status_names)
46
showTasks(client, { fargs = { next_state_name } })
0 commit comments