AutoYADM commit: 2025-01-19 15:45:02

This commit is contained in:
Daniel Fichtinger 2025-01-19 15:45:02 -05:00
parent 6872b1ed4a
commit e1cee8bfec

View file

@ -26,13 +26,21 @@ return {
---@type snacks.dashboard.Item[]
keys = {
{ icon = "", key = "n", desc = "New File", action = ":ene | startinsert" },
{
action = function()
require("telescope").extensions.orgmode.search_headings()
end,
desc = "Org",
icon = "",
key = "o",
},
{
action = function()
vim.api.nvim_input("<CMD>ObsidianQuickSwitch<CR>")
end,
desc = "Obsidian",
icon = "",
key = "o",
key = "O",
},
-- { icon = " ", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
-- { icon = " ", key = "/", desc = "Find Text", action = ":lua Snacks.dashboard.pick('live_grep')" },