AutoYADM commit: 2024-12-02 19:05:02
This commit is contained in:
parent
51a431ed76
commit
7a234cb0bf
1 changed files with 4 additions and 3 deletions
|
@ -86,9 +86,10 @@ wk.add({
|
||||||
map("n", "<leader>oo", "<CMD>ObsidianQuickSwitch<CR>", { desc = "Obsidian Quick Switch" })
|
map("n", "<leader>oo", "<CMD>ObsidianQuickSwitch<CR>", { desc = "Obsidian Quick Switch" })
|
||||||
map("n", "<leader>o/", "<CMD>ObsidianSearch<CR>", { desc = "Obsidian Grep" })
|
map("n", "<leader>o/", "<CMD>ObsidianSearch<CR>", { desc = "Obsidian Grep" })
|
||||||
-- This one will open the command line and let the user type the arg
|
-- This one will open the command line and let the user type the arg
|
||||||
map("n", "<leader>on", function()
|
map("n", "<leader>on", "<CMD>ObsidianNew<CR>", { desc = "Obsidian New Note" })
|
||||||
require("command-key").command("ObsidianNew")
|
-- map("n", "<leader>on", function()
|
||||||
end, { desc = "Obsidian New Note" })
|
-- require("command-key").command("ObsidianNew")
|
||||||
|
-- end, { desc = "Obsidian New Note" })
|
||||||
map("n", "<leader>ob", "<CMD>ObsidianBacklinks<CR>", { desc = "Obsidian Backlinks" })
|
map("n", "<leader>ob", "<CMD>ObsidianBacklinks<CR>", { desc = "Obsidian Backlinks" })
|
||||||
map("n", "<leader>ot", "<CMD>ObsidianTags<CR>", { desc = "Obsidian Tags" })
|
map("n", "<leader>ot", "<CMD>ObsidianTags<CR>", { desc = "Obsidian Tags" })
|
||||||
map("n", "<leader>olv", "<CMD>ObsidianFollowLink vsplit<CR>", { desc = "Obsidian Follow Link Vsplit" })
|
map("n", "<leader>olv", "<CMD>ObsidianFollowLink vsplit<CR>", { desc = "Obsidian Follow Link Vsplit" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue