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

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

NotificationsYou 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

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 thesetup 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


[8]ページ先頭

©2009-2025 Movatter.jp