Skip to content

Instantly share code, notes, and snippets.

@backslash-f
Last active October 13, 2020 09:00
Show Gist options
  • Save backslash-f/c54353a705a538d4fb7a5de21b736944 to your computer and use it in GitHub Desktop.
Save backslash-f/c54353a705a538d4fb7a5de21b736944 to your computer and use it in GitHub Desktop.
Gist for Sublime Key Bindings
[
{
"keys": ["super+enter"],
"command": "build"
},
{
"keys": ["super+shift+c"],
"command": "show_u200b"
},
{
"keys": ["super+shift+d"],
"command": "multicommand",
"args": {
"commands": [
{
"command": "remove_u200b"
},
{
"command": "replace_smart_characters"
},
{
"command": "trimmer"
}
]
}
},
{
"keys": ["super+shift+a"],
"command": "favorite_files_add"
},
{
"keys": ["super+shift+o"],
"command": "favorite_files_open"
},
{
"keys": ["super+shift+g"],
"command": "gist_list"
},
{
"keys": ["super+shift+s"],
"command": "gist_private"
},
{
"keys": ["super+shift+h"],
"command": "html_beautify"
},
{
"keys": ["super+shift+l"],
"command": "markdown_preview",
"args": {
"target": "browser",
"parser": "markdown"
}
},
{
"keys": ["super+shift+j"],
"command": "pretty_json"
},
{
"keys": ["super+shift+i"],
"command": "reindent",
"args": {
"single_line": false
}
},
{
"keys": ["super+shift+y"],
"command": "sublime_linter_panel_toggle"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment