I am using build 4148 on macOS and I used to be able to type option-shift-right or option-shift-left to select the word to the right or left side of the cursor, respectively. I would be able to extend that selection by continuing to hit the cursor key. That has stopped working and it still works in every app on my Mac. What has changed and how do I get that behavior back? I see the following in the key-bindings, which is what I assume controls this behavior.
{ "keys": ["ctrl+shift+left"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} },
{ "keys": ["ctrl+shift+right"], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} },
Thank you for your help!