Skip to content

Instantly share code, notes, and snippets.

@erinata
Created March 25, 2012 03:28
Show Gist options
  • Save erinata/2191122 to your computer and use it in GitHub Desktop.
Save erinata/2191122 to your computer and use it in GitHub Desktop.
[
{
"caption": "Align",
"command": "alignment"
},
{
"caption": "Preferences: Alignment File Settings – Default",
"command": "open_file",
"args": {
"file": "${packages}/Terminal/Base File.sublime-settings"
}
},
{
"caption": "Preferences: Alignment File Settings – User",
"command": "open_file",
"args": {
"file": "${packages}/User/Base File.sublime-settings"
}
},
{
"caption": "Preferences: Alignment File Settings – Syntax Specific – User",
"command": "open_file_settings"
},
{
"caption": "Preferences: Alignment Key Bindings – Default",
"command": "open_file",
"args": {
"file": "${packages}/Alignment/Default (Windows).sublime-keymap",
"platform": "Windows"
}
},
{
"caption": "Preferences: Alignment Key Bindings – Default",
"command": "open_file",
"args": {
"file": "${packages}/Alignment/Default (OSX).sublime-keymap",
"platform": "OSX"
}
},
{
"caption": "Preferences: Alignment Key Bindings – Default",
"command": "open_file",
"args": {
"file": "${packages}/Alignment/Default (Linux).sublime-keymap",
"platform": "Linux"
}
},
{
"caption": "Preferences: Alignment Key Bindings – User",
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Windows).sublime-keymap",
"platform": "Windows"
}
},
{
"caption": "Preferences: Alignment Key Bindings – User",
"command": "open_file",
"args": {
"file": "${packages}/User/Default (OSX).sublime-keymap",
"platform": "OSX"
}
},
{
"caption": "Preferences: Alignment Key Bindings – User",
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Linux).sublime-keymap",
"platform": "Linux"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment