Skip to content

Simple orgmode.nvim plugin to add a multipurpose key to do various action in org files

Notifications You must be signed in to change notification settings

andreadev-it/orgmode-multi-key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

orgmode-multi-key

Simple orgmode.nvim plugin to add a multipurpose key to do various action in org files. By default, the key used is the return key (<cr>).

Supported actions:

  • open link
  • open calendar to change date
  • toggle headline status
  • toggle checkboxes

Installation with Packer.nvim

use {
  'andreadev-it/orgmode-multi-key',
  config = function()
    require('orgmode-multi-key').setup()
  end
}

Options

There is only one option that you can pass to the setup function: the key to be used as a multipurpose mapping.

require('orgmode-multi-key').setup({
  key = "<leader>x"
})

By default, this key is <cr>, but it's customizable to any key or keychord you want.

About

Simple orgmode.nvim plugin to add a multipurpose key to do various action in org files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages