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",
|
"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,
|
||||||
|
Loading…
Reference in New Issue
Block a user