Updated configs from Laptop
This commit is contained in:
parent
f50133f5ad
commit
9e53d35ce4
3 changed files with 12 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
{ "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" },
|
||||
]
|
|
@ -2,7 +2,7 @@
|
|||
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"fallback_encoding": "UTF-8",
|
||||
"font_size": 12,
|
||||
"font_size": 11,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue