jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

Can't find function names to call #391

Open frankjonen opened 7 months ago

frankjonen commented 7 months ago

I want to remap a couple of functions but can't find their names.

Example: Checkbox Toggle is <leader>cc I want: <S-Insert> If I do: map <S-Insert> <leader>cc and use it where <leader>cc works, I get org_list_unordered xxx links to Identifier

What do I do? I thought calling the toggle function directly, but I can't find its name.