Skip to content

Commit 6f47083

Browse files
committed
change description for c-n
1 parent ed245bb commit 6f47083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/obsidian/commands/tasks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ local function showTasks(client, data)
4040
prompt_title = filter and (filter .. " tasks") or "tasks",
4141
query_mappings = {
4242
["<C-n>"] = {
43-
desc = "Toggle task status",
43+
desc = "Toggle task filter",
4444
callback = function()
4545
local next_state_name = get_next_status(filter, status_names)
4646
showTasks(client, { fargs = { next_state_name } })

0 commit comments

Comments
 (0)