To insert a new TODO in org-mode, I currently move my cursor to the end of the current line and use the M-S-<RET> shortcut. If I am within a subtree, I also have to go to the end of the last tree item.
I was wondering if it is possible to create a shortcut which appends a new top-level TODO (i.e., a single *) below whatever subtree the cursor is in. Eliminating the cursor movements would be very helpful to me while brainstorming and quickly capturing thoughts.
outline-up-headingfollowed byorg-insert-heading-after-currentwill work.org-insert-heading-after-current. Yes, that combined withoutline-up-headingis probably the better route to go.org-insert-heading-after-currentsolves my needs a little better as it skips over sublevels within a tree as well.