Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Integration fororgmode withtelescope.nvim.

Demo

Jump to to any heading inorg_agenda_files with:Telescope orgmode search_headings

asciicast

Refile heading from capture or current file under destination with:Telescope orgmode refile_heading

asciicast

Setup

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,})

Available commands

:Telescope orgmode search_headings:Telescope orgmode refile_heading

Available functions

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp