In ST3 (OS X) I use shift+space to move the cursor one space forward, i.e. with something like:
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} },
I find myself wanting to use this in other applications too. I thought I could use Keyboard Maestro to write a macro that did this, but haven't got very far. Any suggestions?