Sublime Text Notes Raw

### Logging the Command

A must-do if you want to create new key bindings! In the Console (Ctrl+`)

```
sublime.log_commands(True)
```

You are now ready!