Last active
October 7, 2025 10:45
-
-
Save vovayatsyuk/e8257a707b841c78a794 to your computer and use it in GitHub Desktop.
Sublime settings and plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, | |
| { "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}, | |
| { "keys": ["f5"], "command": "refresh_folder_list" }, | |
| { "keys": ["shift+tab"], "command": "unindent", "context": | |
| [ | |
| { "key": "setting.shift_tab_unindent", "operator": "equal", "operand": true } | |
| ] | |
| }, | |
| { "keys": ["ctrl+y"], "command": "redo" }, | |
| { "keys": ["ctrl+t"], "command": "unbound" }, | |
| { "keys": ["ctrl+shift+["], "command": "unbound" }, | |
| { "keys": ["ctrl+shift+]"], "command": "unbound" }, | |
| { "keys": ["ctrl+b"], "command": "unbound" }, | |
| { "keys": ["ctrl+shift+b"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+1"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+2"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+3"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+4"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+5"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+6"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+7"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+8"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+9"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+0"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+j"], "command": "unbound" }, | |
| { "keys": ["ctrl+k", "ctrl+t"], "command": "unbound" }, | |
| { "keys": ["ctrl+alt+i", "ctrl+alt+p"], "command": "insert_ip_address" }, | |
| { "keys": ["ctrl+alt+i", "ctrl+alt+6", "ctrl+alt+p"], "command": "insert_ipv6_address" }, | |
| { "keys": ["ctrl+с"], "command": "copy" }, | |
| { "keys": ["ctrl+м"], "command": "paste" }, | |
| { "keys": ["ctrl+я"], "command": "undo" }, | |
| { "keys": ["ctrl+н"], "command": "redo" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, | |
| { "keys": ["super+shift+r"], "command": "reveal_in_side_bar"}, | |
| { "keys": ["f5"], "command": "refresh_folder_list" }, | |
| { "keys": ["shift+tab"], "command": "unindent", "context": | |
| [ | |
| { "key": "setting.shift_tab_unindent", "operator": "equal", "operand": true } | |
| ] | |
| }, | |
| { "keys": ["super+shift+["], "command": "unbound" }, | |
| { "keys": ["super+shift+]"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+1"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+2"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+3"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+4"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+5"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+6"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+7"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+8"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+9"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+0"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+j"], "command": "unbound" }, | |
| { "keys": ["super+k", "super+t"], "command": "unbound" }, | |
| { "keys": ["super+b"], "command": "unbound" }, | |
| { "keys": ["super+shift+b"], "command": "unbound" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }, | |
| { "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}, | |
| { "keys": ["alt+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, | |
| { "keys": ["f5"], "command": "refresh_folder_list" }, | |
| { "keys": ["shift+tab"], "command": "unindent", "context": | |
| [ | |
| { "key": "setting.shift_tab_unindent", "operator": "equal", "operand": true } | |
| ] | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| //"color_scheme": "Packages/User/Monokai Extended Bright (SL).tmTheme", | |
| "draw_centered": false, | |
| "extensions": | |
| [ | |
| "mdown", | |
| "txt" | |
| ], | |
| "highlight_line": true, | |
| "line_numbers": true, | |
| "mde.list_indent_auto_switch_bullet": false, | |
| "mde.list_indent_bullets": | |
| [ | |
| "-", | |
| "+", | |
| "*" | |
| ], | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "word_wrap": false | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "A File Icon", | |
| "All Autocomplete", | |
| "Anaconda", | |
| "ApacheConf", | |
| "AutomaticPackageReloader", | |
| "BracketGuard", | |
| "BracketHighlighter", | |
| "Breadcrumbs", | |
| "Calculate", | |
| "Clickable URLs", | |
| "CodeFormatter", | |
| "CSS3", | |
| "DocBlockr", | |
| "Drunken PHP", | |
| "EJS", | |
| "File History", | |
| "FileDiffs", | |
| "GitGutter", | |
| "HTMLBeautify", | |
| "Indent XML", | |
| "INI", | |
| "IpAddress", | |
| "JsFormat", | |
| "JSX", | |
| "JumpTo", | |
| "Laravel Blade", | |
| "Less", | |
| "Liquid", | |
| "Local History", | |
| "LSP", | |
| "LSP-copilot", | |
| "LSP-intelephense", | |
| "MarkdownPreview", | |
| "MarkdownTOC", | |
| "Monokai Extended", | |
| "nginx", | |
| "Open in Git Repository", | |
| "Package Control", | |
| "PHP Companion", | |
| "PHP Completions Kit", | |
| "Phpcs", | |
| "PhpNamespace", | |
| "Pretty JSON", | |
| "rainbow_csv", | |
| "Rust Enhanced", | |
| "Sass", | |
| "SideBarEnhancements", | |
| "Siteleaf Liquid Syntax", | |
| "StringEncode", | |
| "SublimeLinter", | |
| "SublimeLinter-eslint", | |
| "SublimeLinter-json", | |
| "SublimeLinter-php", | |
| "SublimeLinter-xmllint", | |
| "Terminus", | |
| "UnitTesting", | |
| "View In Browser", | |
| ], | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "phpcs_show_quick_panel": false | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_complete_commit_on_tab": false, | |
| "auto_complete_triggers": | |
| [ | |
| { | |
| "characters": "<mt-ko", | |
| "selector": "text.html", | |
| }, | |
| { | |
| "characters": "mt-", | |
| "selector": "text.xml", | |
| } | |
| ], | |
| "auto_find_in_selection": true, | |
| "binary_file_patterns": | |
| [ | |
| "_site/**", | |
| "bower_components/**", | |
| "node_modules/**", | |
| "storage/**" | |
| ], | |
| "bold_folder_labels": true, | |
| "caret_style": "smooth", | |
| "copy_with_empty_selection": false, | |
| "create_window_at_startup": false, | |
| "default_line_ending": "unix", | |
| "find_selected_text": true, | |
| "font_size": 15, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Anaconda", | |
| "CSS", | |
| "SideBarGit", | |
| "Vintage", | |
| ], | |
| "index_exclude_gitignore": false, | |
| "index_exclude_patterns": | |
| [ | |
| "*.log" | |
| ], | |
| "open_files_in_new_window": false, | |
| "preview_on_click": true, | |
| "remember_full_screen": true, | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "shift_tab_unindent": true, | |
| "show_encoding": true, | |
| "show_full_path": true, | |
| "show_line_endings": true, | |
| "show_panel_on_build": false, | |
| "tab_completion": false, | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "use_simple_full_screen": true, | |
| "word_wrap": false, | |
| "theme": "Adaptive.sublime-theme", | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment