From abc258d4840b083ffd8e4a8200f5df2c558467a4 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Mon, 3 Feb 2025 20:57:11 +0300 Subject: [PATCH] Add obsidian bind for tags list --- lua/custom/obsidian.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/custom/obsidian.lua b/lua/custom/obsidian.lua index fa1f09f..a01e4ee 100644 --- a/lua/custom/obsidian.lua +++ b/lua/custom/obsidian.lua @@ -62,3 +62,5 @@ vim.keymap.set("n", "otoc", "ObsidianTOC", { silent = true, noremap = true, desc = "Obsidian: open TOC" }) vim.keymap.set("n", "ofl", "ObsidianFollowLink", { silent = true, noremap = true, desc = "Obsidian: follow link" }) +vim.keymap.set("n", "otl", "ObsidianTags", + { silent = true, noremap = true, desc = "Obsidian: Get tags list" })