18 lines
540 B
Text
18 lines
540 B
Text
[
|
|
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
|
|
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
|
|
{ "keys": ["ctrl+space"], "command": "auto_complete" },
|
|
{ "keys": ["ctrl+alt+shift+p"],
|
|
"command": "export_html",
|
|
"args": {
|
|
"numbers": true,
|
|
"wrap": 900,
|
|
"browser_print": true,
|
|
"multi_select": true,
|
|
"color_scheme": "Packages/ExportHtml/ColorSchemes/Print-Color.tmTheme",
|
|
"style_gutter": false
|
|
}
|
|
}
|
|
|
|
|
|
]
|