refactor(nvim): use <leader>os for orgmode telescope
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s

This commit is contained in:
Price Hiller 2024-03-18 06:17:00 -05:00
parent 417c18767d
commit f3188ba88b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -76,15 +76,15 @@ return {
"Telescope orgmode refile_heading", "Telescope orgmode refile_heading",
}, },
keys = { keys = {
{ "<leader>ot", desc = "> Orgmode Telescope" }, { "<leader>os", desc = "> Orgmode Telescope" },
{ {
"<leader>ots", "<leader>oss",
":Telescope orgmode search_headings<CR>", ":Telescope orgmode search_headings<CR>",
desc = "Telescope: Orgmode Search Headings", desc = "Telescope: Orgmode Search Headings",
silent = true, silent = true,
}, },
{ {
"<leader>otr", "<leader>osr",
":Telescope orgmode refile_heading<CR>", ":Telescope orgmode refile_heading<CR>",
desc = "Telescope: Orgmode Refile Heading", desc = "Telescope: Orgmode Refile Heading",
silent = true, silent = true,