A simple mod which fixes the Minecraft chat's behavior when it comes to selecting/deleting/moving through text to be more consistent with MacOS when played on a Mac
In Minecraft on MacOS, pressing option and backspace deletes a single character, and pressing command and backspace deletes a word. This is completely inconsistent with the native OS, so I fixed it:
option + backspace (control + backspace on Windows): deletes previous wordcommand + backspace (no Windows equivalent): deletes all of the line previous to cursoroption + left/right arrow keys (control + left/right arrow keys on Windows): moves to one word in the direction of the arrowcommand + left/right arrow keys (no Windows equivalent): moves to the start/end of the line in the direction of the arrowoption + shift + left/right arrow keys (control + shift + left/right arrow keys on Windows): moves to & selects one word in the direction of the arrowcommand + shift + left/right arrow keys (no Windows equivalent): moves to & selects the start/end of the line in the direction of the arrow