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.12k stars 266 forks source link

Implement keyboard commands for plain lists #190

Closed ghost closed 8 years ago

ghost commented 9 years ago

It would be great to have the keyboard commands for plain lists implemented (see), in particular the ones for adding items and cycling through them.

Ron89 commented 8 years ago

I have created a set of new key binding:

* `<LocalLeader>cl` to create new plainlist item below;
* `<LocalLeader>cL` to create new plainlist item above.

Accordingly, keybinding <LocalLeader>c[n/N] are now fully restricted to creating checkbox undonditionally.

Sorry for the late fix. Hope you find new keybindings satisfying.