subl3 config

This commit is contained in:
Léo Serre 2018-11-05 21:29:28 +01:00
父節點 3b48789e4b
當前提交 a7fac5c275
共有 4 個檔案被更改,包括 27 行新增1 行删除

查看文件

@ -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,4 +2,4 @@
*
# except
!.gitignore
!.gitignore