I still can find some minor details to optimize my workflow,
Given TODO list with elements like:
- [ ] task1
- [ ] task2
and I want to introduce a new "- [ ]" line, but "M - Enter" does not produce it (just a "-").
Another thing is how to generate a series of whatever. Think about the command line expansion: {a..z} or {1..10}. How do I generate all elements:
"a b c d ..."
or
"1 2 3 4 ..."?