subl3 config

This commit is contained in:
Léo Serre 2018-11-05 21:29:28 +01:00
parent 3b48789e4b
commit a7fac5c275
4 changed files with 27 additions and 1 deletions

View File

@ -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 } }
]

View File

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

View File

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

2
.gitignore vendored
View File

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