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 19f726677e
commit 4c6419a404
18 changed files with 45 additions and 25 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"
}
]

View File

@ -1,2 +0,0 @@
#!/bin/sh
exec /opt/sublime_text/sublime_text --fwdargv0 "$0" "$@"

View File

@ -1,23 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
Exec=/opt/sublime_text/sublime_text %F
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
Actions=Window;Document;
[Desktop Action Window]
Name=New Window
Exec=/opt/sublime_text/sublime_text -n
OnlyShowIn=Unity;
[Desktop Action Document]
Name=New File
Exec=/opt/sublime_text/sublime_text --command new_file
OnlyShowIn=Unity;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

0
config/packages.chroot/xtrlock_2.15_amd64.deb Executable file → Normal file
View File