When in org-mode, how to move point to the beginning of the current item? (in similar fashion like back-to-indentation)
Example: Imagine following org buffer content
* headline - [ ] Z this is an longer item | (Point) is here. And here is some more text. - [X] it should work with that line too! - and with that one also With point at location |, in the middle of that item. .oO(or even at the beginning of that line)
How can I easily move point to right before the letter Z?
I always jump around that location before I finaly hit it (i.e C-a M-f M-b or even C-a M-f M-f M-b) this is somewhat cumbersome..
C-aworks for me in all three cases (the cursor is on Z - or i or a - and the point is just before it, between the space and the first letter of the item) - Org mode version 9.3.4 (release_9.3.4-211-gb694c2)