Skip to content

Instantly share code, notes, and snippets.

@kinsleykajiva
Created March 27, 2019 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kinsleykajiva/b53ee59ddd52a2a2429f62ff95af8e29 to your computer and use it in GitHub Desktop.
Save kinsleykajiva/b53ee59ddd52a2a2429f62ff95af8e29 to your computer and use it in GitHub Desktop.
Kinsley Kajiva Sublime Text 3 keyboard short cuts
[
{"keys" : ["ctrl+k"], "command" : "toggle_side_bar" } ,
{"keys" : ["alt+d"], "command" : "toggle_side_bar" } ,
{ "keys" : ["alt+c"], "command" : "power_cursor_add" },
{ "keys": ["alt+q"], "command": "close" },
{ "keys" : ["ctrl+w"], "command" : "expand_selection", "args" : {"to" : "word"} },
{ "keys" : ["ctrl+alt+u"], "command" : "upper_case" },
{ "keys" : ["ctrl+alt+l"], "command" : "lower_case" },
{ "keys" : ["ctrl+alt+j"], "command" : "reindent" } ,
{ "keys" : ["ctrl+shift+a"], "command" : "align_tab","args" : {"live_preview" : true}} ,
{"keys" : ["alt+shift+a"], "command" : "align_tab","args" : {"user_input" : " = /f"} },
{"keys" : ["alt+shift+a"], "command" : "align_tab","args" : {"user_input" : " : /f"} } ,
{"keys": ["ctrl+shift+q"],
"command": "html_beautify",
"context": [
{
"key": "selector","operator": "equal",
"operand": "text.html,text.html.twig,text.twig,source.html,source.html.twig,source.twig"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment