This commit is contained in:
2024-07-06 16:45:50 -05:00
parent bec224e0f4
commit 58ec74b798
7 changed files with 52 additions and 8 deletions

View File

@@ -42,3 +42,7 @@ end, { noremap = true })
map("n", "<leader>P", function()
require("powershell").toggle_term()
end, { noremap = true })
-- Obsidian
map("", "<leader>of", "<cmd> ObsidianFollowLink <CR>", { desc = "Follow Link" })
map("", "<leader>ol", "<cmd> ObsidianLinks <CR>", { desc = "Show All Links" })