Skip to content

Instantly share code, notes, and snippets.

@FerreiraRaphael
Last active May 20, 2016 16: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 FerreiraRaphael/bf81e02a3322c9b513d28ce430c1334e to your computer and use it in GitHub Desktop.
Save FerreiraRaphael/bf81e02a3322c9b513d28ce430c1334e to your computer and use it in GitHub Desktop.
Sublime Text Preferences
[
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["shift+ctrl+i"], "command": "reindent", "args": {"single_line": false}},
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
{ "keys": ["ctrl+;"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+;"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+]"], "command": "indent" },
{ "keys": ["ctrl+["], "command": "unindent" },
{ "keys": ["ctrl+super+n"], "command": "advanced_new_file_new"},
]
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"font_options":
[
"gray_antialias"
],
"font_size": 13,
"ignored_packages":
[
"Vintage",
"Vintageous"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"material_theme_accent_lime": true,
"material_theme_accent_orange": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_yellow": false,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"vintage_start_in_command_mode": true,
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment