Added printing keybinding, added comments to user preferences
This commit is contained in:
parent
9e53d35ce4
commit
3c1a645f47
2 changed files with 68 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue