Skip to content

Commit f825ef6

Browse files
committed
Add description to toggle_checkbox keymap opts
1 parent f5e560b commit f825ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/obsidian/mappings.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ M.gf_passthrough = function()
1212
end
1313

1414
M.toggle_checkbox = function()
15-
return { action = util.toggle_checkbox, opts = { buffer = true } }
15+
return { action = util.toggle_checkbox, opts = { buffer = true, desc = "Toggle Checkbox" } }
1616
end
1717

1818
return M

0 commit comments

Comments
 (0)