subl3 config
This commit is contained in:
parent
3b48789e4b
commit
a7fac5c275
@ -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 } }
|
||||
]
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"bootstrapped": true,
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
"installed_packages":
|
||||
[
|
||||
"Compare Side-By-Side",
|
||||
"Git",
|
||||
"GitGutter",
|
||||
"Package Control",
|
||||
"SublimeLinter",
|
||||
"SublimeLinter-php"
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
]
|
||||
}
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
||||
*
|
||||
|
||||
# except
|
||||
!.gitignore
|
||||
!.gitignore
|
Loading…
x
Reference in New Issue
Block a user