I want org-mode to default to alt-enter when under bullets, so that for bullets I can just press enter to make a new bullet.
So for instance:
- Banana
- Apple
- Kiwi [MOUSE CURSOR HERE]
When I press enter, I want the following behavior (which happens when I press M-enter):
- Banana
- Apple
- Kiwi
- [MOUSE CURSOR HERE]
Instead of:
- Banana
- Apple
- Kiwi
[MOUSE CURSOR HERE]
That is the default for most other applications, but why not for org-mode?
This would greatly improve my workflow. But I don't know how! Thanks in advance.