Hi
Im rather new to using sublime and have not been able to get the select subword feature working.
If I do “alt+right” I will correctly move to the next subword
If I do “shift+right” I will correctly select the next character.
However when I try “alt+shift+right” I do not select the next subword but rather just move to it (as “alt+right” works).
In the keybindings I found
{ “keys”: [“alt+shift+left”], “command”: “move”, “args”: {“by”: “subwords”, “forward”: false, “extend”: true} }
but I dont know why its not working
Additional information, Im using ubuntu 18.04 and the “ctrl+shift+right” selects the next word correctly.
