Skip to content

Instantly share code, notes, and snippets.

@m-basov
Last active November 4, 2021 11:47
Show Gist options
  • Save m-basov/59efd8535c7fe2f85ac7194e5bcaf502 to your computer and use it in GitHub Desktop.
Save m-basov/59efd8535c7fe2f85ac7194e5bcaf502 to your computer and use it in GitHub Desktop.
ST4 Settings
{
"theme": "Adaptive.sublime-theme",
"color_scheme": "Packages/Alabaster Color Scheme/Alabaster.sublime-color-scheme",
"font_face": "FiraCode-Regular",
"font_size": 12,
"bold_folder_labels": true,
"auto_complete_cycle": true,
"auto_match_enabled": false,
"default_line_ending": "unix",
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"drag_text": false,
"trim_trailing_white_space_on_save": "all",
"auto_complete_delay": 100,
"mini_diff": false,
"draw_indent_guides": false,
"fold_buttons": false,
"hide_new_tab_button": true,
"hide_tab_scrolling_buttons": true,
"draw_white_space": ["selection", "trailing", "isolated"],
"show_line_endings": true,
"word_wrap": false,
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 10,
"shift_tab_unindent": true,
"vintage_start_in_command_mode": true,
"vintage_use_clipboard": true,
"ignored_packages": [
],
"index_exclude_patterns": [
"node_modules/**",
"dist/**",
"build/**",
"target/**",
"zig-cache/**",
"zig-out/**"
],
}
[
{
"keys": ["g", "b"],
"command": "next_view",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["g", "B"],
"command": "prev_view",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "q"],
"command": "close",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "p"],
"command": "show_overlay",
"args": { "overlay": "goto", "show_files": true },
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "e"],
"command": "focus_side_bar",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["ctrl+l"],
"command": "focus_neighboring_group",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["ctrl+h"],
"command": "focus_neighboring_group",
"args": { "forward": false },
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["g", "c", "c"],
"command": "toggle_comment",
"args": { "block": false },
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["g", "d"],
"command": "lsp_symbol_definition",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["t", "r"],
"command": "lsp_symbol_references",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "r", "n"],
"command": "lsp_symbol_rename",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["K"],
"command": "lsp_hover",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "n"],
"command": "lsp_next_diagnostic",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": [",", "N"],
"command": "lsp_previous_diagnostic",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["shift+enter"],
"command": "js_prettier",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["ctrl+n"],
"command": "move",
"args": { "by": "lines", "forward": true },
"context": [
{
"key": "overlay_visible",
"operator": "equal",
"operand": true
}
]
},
{
"keys": ["ctrl+p"],
"command": "move",
"args": { "by": "lines", "forward": false },
"context": [
{
"key": "overlay_visible",
"operator": "equal",
"operand": true
}
]
},
{
"keys": ["h"],
"command": "move",
"args": { "by": "characters", "forward": false },
"context": [{ "key": "control", "operand": "sidebar_tree" }]
},
{
"keys": ["j"],
"command": "move",
"args": { "by": "lines", "forward": true },
"context": [{ "key": "control", "operand": "sidebar_tree" }]
},
{
"keys": ["k"],
"command": "move",
"args": { "by": "lines", "forward": false },
"context": [{ "key": "control", "operand": "sidebar_tree" }]
},
{
"keys": ["l"],
"command": "move",
"args": { "by": "characters", "forward": true },
"context": [{ "key": "control", "operand": "sidebar_tree" }]
},
{
"keys": ["ctrl+r"],
"command": "redo_or_repeat",
"context": [
{ "key": "setting.command_mode", "operand": true },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["ctrl+n"],
"command": "next_field",
"context": []
},
{
"keys": ["ctrl+w"],
"command": "toggle_profile"
}
]
{
"theme": "Adaptive.sublime-theme",
"color_scheme": "Packages/sublime-scheme-writer/Writer.sublime-color-scheme",
"font_face": "Writer",
"font_size": 14,
"bold_folder_labels": true,
"show_rel_path": true,
"default_line_ending": "unix",
"caret_extra_width": 2,
"draw_centered": true,
"draw_white_space": "none",
"draw_indent_guides": false,
"gutter": false,
"highlight_line": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 10,
"word_wrap": true,
"wrap_width": 72,
"spell_check": true,
"scroll_context_lines": 2,
"scroll_past_end": 0.5,
"vintage_use_clipboard": true,
"vintage_start_in_command_mode": true,
"ignored_packages": [],
"index_exclude_patterns": [
"node_modules/**",
"dist/**",
"build/**",
"target/**"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment