Created
March 27, 2019 17:09
-
-
Save kinsleykajiva/b53ee59ddd52a2a2429f62ff95af8e29 to your computer and use it in GitHub Desktop.
Kinsley Kajiva Sublime Text 3 keyboard short cuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{"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