leo
/
home
1
0
Fork 0

subl3 config

Esse commit está contido em:
Léo Serre 2018-11-05 21:29:28 +01:00
commit a7fac5c275
4 arquivos alterados com 27 adições e 1 exclusões

Ver arquivo

@ -0,0 +1,5 @@
[
{ "keys": ["f10"], "command": "toggle_menu" },
{ "keys": ["ctrl+space"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+space"], "command": "toggle_comment", "args": { "block": true } }
]

Ver arquivo

@ -0,0 +1,15 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Compare Side-By-Side",
"Git",
"GitGutter",
"Package Control",
"SublimeLinter",
"SublimeLinter-php"
]
}

Ver arquivo

@ -0,0 +1,6 @@
{
"ignored_packages":
[
"Vintage"
]
}

2
.gitignore externo
Ver arquivo

@ -2,4 +2,4 @@
*
# except
!.gitignore
!.gitignore