AutoYADM commit: 2025-01-25 16:45:03

This commit is contained in:
Daniel Fichtinger 2025-01-25 16:45:03 -05:00
parent eb000f4238
commit ceca7d6d6e
2 changed files with 26 additions and 12 deletions

View file

@ -108,12 +108,20 @@ return {
{ icon = "", key = "n", desc = "New File", action = ":ene | startinsert" },
{
action = function()
require("telescope").extensions.orgmode.search_headings()
require("fzf-org").files()
end,
desc = "Org",
desc = "Org Files",
icon = "",
key = "o",
},
{
action = function()
require("fzf-org").orgmode()
end,
desc = "Org Headlines",
icon = "",
key = "/",
},
{
action = ":Org agenda a",
desc = "Agenda",