add todo mapping and obsidian search
This commit is contained in:
parent
bf207d7659
commit
583ab49953
2 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,12 @@ return {
|
|||
end,
|
||||
opts = { noremap = false, expr = true, buffer = true },
|
||||
},
|
||||
["<Space>Os"] = {
|
||||
action = function()
|
||||
return "<cmd>ObsidianSearch<cr>"
|
||||
end,
|
||||
opts = { noremap = false, expr = true, buffer = true },
|
||||
},
|
||||
-- Toggle check-boxes.
|
||||
["<leader>ch"] = {
|
||||
action = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue