Really nice plugin. I'd like to see access to the built in commands: http://www.sublimetext.com/docs/commands
Currently I can achieve this by adding them manually to the settings, but this is a boring process. Like this:
"text_commands": [
{
"name": "paste"
}
]