refactor(nvim): use <leader>os
for orgmode telescope
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
This commit is contained in:
parent
417c18767d
commit
f3188ba88b
@ -76,15 +76,15 @@ return {
|
||||
"Telescope orgmode refile_heading",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>ot", desc = "> Orgmode Telescope" },
|
||||
{ "<leader>os", desc = "> Orgmode Telescope" },
|
||||
{
|
||||
"<leader>ots",
|
||||
"<leader>oss",
|
||||
":Telescope orgmode search_headings<CR>",
|
||||
desc = "Telescope: Orgmode Search Headings",
|
||||
silent = true,
|
||||
},
|
||||
{
|
||||
"<leader>otr",
|
||||
"<leader>osr",
|
||||
":Telescope orgmode refile_heading<CR>",
|
||||
desc = "Telescope: Orgmode Refile Heading",
|
||||
silent = true,
|
||||
|
Loading…
Reference in New Issue
Block a user