Печенька блять!
This commit is contained in:
47
🍪/SublimeText/Packages/User/Main.sublime-menu
Normal file
47
🍪/SublimeText/Packages/User/Main.sublime-menu
Normal file
@@ -0,0 +1,47 @@
|
||||
[
|
||||
{
|
||||
"caption": "_@",
|
||||
"id": "me.iiiypuk",
|
||||
"children":
|
||||
[
|
||||
{
|
||||
"caption": "Open ♥",
|
||||
"command": "open_file", "args": { "file": "" },
|
||||
},
|
||||
{
|
||||
"caption": "Open GPG",
|
||||
"command": "open_file", "args": { "file": "" },
|
||||
},
|
||||
{
|
||||
"caption": "-"
|
||||
},
|
||||
{
|
||||
"caption": "Open Recent",
|
||||
"mnemonic": "R",
|
||||
"children":
|
||||
[
|
||||
{ "command": "reopen_last_file", "caption": "Reopen Closed File" },
|
||||
{ "caption": "-" },
|
||||
{ "command": "open_recent_file", "args": {"index": 0 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 1 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 2 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 3 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 4 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 5 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 6 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 7 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 8 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 9 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 10 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 11 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 12 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 13 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 14 } },
|
||||
{ "command": "open_recent_file", "args": {"index": 15 } },
|
||||
{ "caption": "-" },
|
||||
{ "command": "clear_recent_files", "caption": "Clear Items" }
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
22
🍪/SublimeText/Preferences.sublime-settings
Normal file
22
🍪/SublimeText/Preferences.sublime-settings
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"ui_scale": 1.0,
|
||||
"bold_folder_labels": true,
|
||||
"font_face": "Cascadia Code",
|
||||
"font_size": 12,
|
||||
"font_options": ["gdi"], // only Windows
|
||||
"show_encoding": true,
|
||||
"draw_centered": false,
|
||||
"word_wrap": false,
|
||||
"always_show_minimap_viewport": true,
|
||||
"remember_full_screen": false,
|
||||
"show_line_endings": true,
|
||||
"highlight_line": true,
|
||||
"folder_exclude_patterns": [".git", ".buildozer", "node_modules", "venv", "vendor", "tpl_cache"],
|
||||
"file_exclude_patterns": ["composer.phar", "*.sqlite3", ".directory"],
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage",
|
||||
],
|
||||
"theme": "Adaptive.sublime-theme",
|
||||
"index_files": true,
|
||||
}
|
4
🍪/SublimeText/README.md
Normal file
4
🍪/SublimeText/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## Packages
|
||||
|
||||
- EditorConfig
|
||||
- WakaTime
|
Reference in New Issue
Block a user