« Sublime text » : différence entre les versions
| Ligne 133 : | Ligne 133 : | ||
* chercher un scope => view.style_for_scope("line_highlight") ou view.style_for_scope("highlight_line") | * chercher un scope => view.style_for_scope("line_highlight") ou view.style_for_scope("highlight_line") | ||
</pre> | </pre> | ||
== Custom Perso == | |||
=== Key Bindings === | |||
<syntaxhighlight lang="json" line> | |||
[ | |||
{ "keys": ["ctrl+shift+j"], "command": "pretty_json" }, | |||
{ "keys": ["ctrl+m"], "command": "sql_beautifier" }, | |||
{ "keys": ["super+t"], "command": "transpose" }, | |||
{ "keys": ["super+shift+t"], "command": "reopen_last_file", "args": {"source": "window"} }, | |||
{ "keys": ["ctrl+t"], "command": "open_terminal"}, | |||
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" }, | |||
{ "keys": ["ctrl+0"], "command": "reset_font_size" } | |||
] | |||
</syntaxhighlight> | |||
[[category:softz]] [[category:Dev]] | [[category:softz]] [[category:Dev]] | ||