diff --git a/lua/core/remap.lua b/lua/core/remap.lua index 1d68274..3b08ea9 100644 --- a/lua/core/remap.lua +++ b/lua/core/remap.lua @@ -74,3 +74,6 @@ vim.api.nvim_set_keymap("n", "E", ":e ", {}) -- vertical resize vim.api.nvim_set_keymap("n", "vr", ":vertical-resize ", {}) + +-- fast Todo and way to notes +vim.api.nvim_set_keymap("n", "N", ":e ~/notes/Todo.md", {}) diff --git a/lua/plugin/obsidian.lua b/lua/plugin/obsidian.lua index bfcae6c..70a83f6 100644 --- a/lua/plugin/obsidian.lua +++ b/lua/plugin/obsidian.lua @@ -50,6 +50,12 @@ return { end, opts = { noremap = false, expr = true, buffer = true }, }, + ["Os"] = { + action = function() + return "ObsidianSearch" + end, + opts = { noremap = false, expr = true, buffer = true }, + }, -- Toggle check-boxes. ["ch"] = { action = function()