vim-orgmode
vim-orgmode copied to clipboard
Move elements of list up and down
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?
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.