We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e560b commit f825ef6Copy full SHA for f825ef6
lua/obsidian/mappings.lua
@@ -12,7 +12,7 @@ M.gf_passthrough = function()
12
end
13
14
M.toggle_checkbox = function()
15
- return { action = util.toggle_checkbox, opts = { buffer = true } }
+ return { action = util.toggle_checkbox, opts = { buffer = true, desc = "Toggle Checkbox" } }
16
17
18
return M
0 commit comments