Hi guys,
I just downloaded Sublime Text 2 and the ctrl+arrow keys are not working (nothing happens). However, ctrl+shift+arrow keys do have the desired effect. I have tried adding “extend”: false to the key bindings (I thought this might fix it because ctrl+shift+arrows work), but this didn’t do it:
{ "keys": "ctrl+left"], "command": "move", "args": {"by": "words", "forward": false, "extend": false} },
{ "keys": "ctrl+right"], "command": "move", "args": {"by": "words", "forward": true, "extend": false} },
Also, I tried changing “ctrl+left” to “alt+left” and this worked as well. Any idea what could be causing this and how to get it to work? I’m on a Macbook Pro running OS 10.9
Thanks in advance for help!