forked from lionel/debianlive
using deb for sublime-text
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
[
|
||||
{ "keys": ["ctrl+q"], "command": "noop" },
|
||||
{
|
||||
"keys": ["ctrl+q"],
|
||||
"command": "toggle_setting",
|
||||
"args": {
|
||||
"setting": "word_wrap"
|
||||
}
|
||||
}
|
||||
]
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"bootstrapped": true,
|
||||
"installed_packages":
|
||||
[
|
||||
"Compare Side-By-Side",
|
||||
"Generic Config",
|
||||
"Package Control",
|
||||
"Pretty JSON",
|
||||
],
|
||||
"in_process_packages":
|
||||
[
|
||||
],
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"show_encoding": true,
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"indent": 2,
|
||||
"brace_newline": false,
|
||||
"bracket_newline": false,
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"caption": "-"
|
||||
},
|
||||
{
|
||||
"command": "open_dir",
|
||||
"args": {"dir": "$file_path", "file": "$file_name"},
|
||||
"caption": "Open Containing Folder…"
|
||||
},
|
||||
{
|
||||
"command": "copy_path",
|
||||
"caption": "Copy File Path"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user