Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created November 5, 2022 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjobson/559d73a51c196525699c5db66d3308d2 to your computer and use it in GitHub Desktop.
Save pjobson/559d73a51c196525699c5db66d3308d2 to your computer and use it in GitHub Desktop.
[
{
"keys": ["super+shift+r"],
"command": "show_panel",
"args": {
"panel": "replace",
"reverse": false
}
},
{
"keys": ["super+shift+a"],
"command": "align_tab",
"args": {
"live_preview" : true
}
},
{
"keys": ["super+shift+b"],
"command": "set_file_type",
"args": {
"syntax": "Packages/Babel/JavaScript (Babel).sublime-syntax"
}
},
{
"keys": ["super+f5"],
"command": "permute_lines",
"args": {
"operation": "unique"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment