1
0
forked from lionel/debianlive

using deb for sublime-text

This commit is contained in:
Imperator
2021-09-13 12:53:30 +02:00
committed by Lionel
parent 1c3f383d14
commit 210c776fc7
223 changed files with 27 additions and 7979 deletions

View File

@ -0,0 +1,10 @@
[
{ "keys": ["ctrl+q"], "command": "noop" },
{
"keys": ["ctrl+q"],
"command": "toggle_setting",
"args": {
"setting": "word_wrap"
}
}
]

View File

@ -0,0 +1,13 @@
{
"bootstrapped": true,
"installed_packages":
[
"Compare Side-By-Side",
"Generic Config",
"Package Control",
"Pretty JSON",
],
"in_process_packages":
[
],
}

View File

@ -0,0 +1,3 @@
{
"show_encoding": true,
}

View File

@ -0,0 +1,5 @@
{
"indent": 2,
"brace_newline": false,
"bracket_newline": false,
}

View File

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