Use case or problem
To format the current line as a list item I need to manually type a ā-ā or a ā*ā character, but I frequently find out that I want the current line to be a list item after I have started typing and the cursor is halfway across the screen. Having to move the cursor to the beginning type the ā-ā and then going back is significantly more disruptive to my thinking (the editor gets in the way) than typing a shortcut where the cursor doesnāt move.
Proposed solution
Add a shortcut for āToggle unordered list itemā that will add / remove a ā-ā (or a "" if the previous line starts with "[any amount of whitespace] "), and if we do this, then it would probably also make sense to add a shortcut for āToggle ordered list itemā.
This solution would also make the set of shortcuts more self-consistent (why do we have shortcuts for Bold, Italic, Highlight but not for List items?) and more consistent with other editors which do have this shortcut (Bear, Google Docs, Office, etc).
Current workaround (optional)
Move the cursor to the beginning of the line and type the character.