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

Move elements of list up and down #269

Open zlindenbaum opened 7 years ago

zlindenbaum commented 7 years ago

Does the plugin allow for this? So far, I've been using

map <localleader>j ddp
map <loaclleader>k ddkP

in my vimrc, and that works fine, but it feels inelegant. Should I be doing something else?

maximilianduell commented 6 years ago

This is a standard feature of emacs org-mode, it is bound to M-up/downarrow for moving including subtree and M-shift-up/downarrow for moving lines. I would be very happy if it could also be implemented in vim-orgmode.