I’m using Sublime Text 3 build 3065. I have the following keybinding:
{ “keys”: “ctrl+q,ctrl+s”], “command”: “move_to”, “args”: {“to”: “bol”, “extend”: false} },
This keybinding overrides:
{ “keys”: “ctrl+s”], “command”: “move”, “args”: {“by”: “characters”, “forward”: false} },
Further it’s not necessary to enter the complete chord for “move_to”, “args”: {“to”: “bol”, “extend”: false}. Pressing ctrl+q followed by ctrl+s has the same effect as pressing ctrl+s. What am I missing?
Thanks,
Walt