Skip to content

Instantly share code, notes, and snippets.

@vovayatsyuk
Last active December 28, 2023 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovayatsyuk/e8257a707b841c78a794 to your computer and use it in GitHub Desktop.
Save vovayatsyuk/e8257a707b841c78a794 to your computer and use it in GitHub Desktop.
Sublime settings and plugins
[
{ "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" }
]
[
{ "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" }
]
[
{ "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 }
]
}
]
{
//"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
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"All Autocomplete",
"AutomaticPackageReloader",
"Browser Refresh",
"DocBlockr",
"EJS 2",
"FileDiffs",
"GitGutter",
"GoToClass",
"HTML-CSS-JS Prettify",
"IpAddress",
"JsPrettier",
"Laravel Blade Highlighter",
"Less",
"MarkdownPreview",
"MarkdownTOC",
"Package Control",
"rainbow_csv",
"Rust Enhanced",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-eslint",
"Terminus",
"UnitTesting",
],
}
{
"phpcs_show_quick_panel": false
}
{
"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