- Notifications
You must be signed in to change notification settings - Fork0
Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
License
NotificationsYou must be signed in to change notification settings
joaomsa/telescope-orgmode.nvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Integration fororgmode withtelescope.nvim.
Jump to to any heading inorg_agenda_files with:Telescope orgmode search_headings
Refile heading from capture or current file under destination with:Telescope orgmode refile_heading
You can setup the extension by doing:
require('telescope').load_extension('orgmode')
To replace the default refile prompt:
vim.api.nvim_create_autocmd('FileType', {pattern='org',group=vim.api.nvim_create_augroup('orgmode_telescope_nvim', {clear=true })callback=function()vim.keymap.set('n','<leader>or',require('telescope').extensions.orgmode.refile_heading)end,})
:Telescope orgmode search_headings:Telescope orgmode refile_heading
require('telescope').extensions.orgmode.search_headingsrequire('telescope').extensions.orgmode.refile_heading
About
Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published