Skip to content
Duy Dao edited this page Jul 9, 2015 · 4 revisions

We can support additional commands by adding them to the TextPastry.sublime-settings file in the Users folder of the Sublime Text installation:

"commands": [
    {"match": "^focus$", "command": "text_pastry_focus"}
]

More information about settings

Clone this wiki locally