Added printing keybinding, added comments to user preferences

This commit is contained in:
Nis Börge Wechselberg 2014-11-13 09:12:18 +01:00
parent 9e53d35ce4
commit 3c1a645f47
2 changed files with 68 additions and 9 deletions

View file

@ -2,4 +2,17 @@
{ "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
}
}
]