Skip to content

Instantly share code, notes, and snippets.

@armno
Last active December 19, 2015 11:09
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 armno/5946018 to your computer and use it in GitHub Desktop.
Save armno/5946018 to your computer and use it in GitHub Desktop.
My Sublime Text (3) User Settings
{
"bold_folder_labels": true,
// "theme": "Spacegray.sublime-theme",
"caret_style": "phase",
"detect_slow_plugin": false,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Inconsolata for Powerline",
"font_options":
[
"subpixel_antialias"
],
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"wide_caret": true
}
[
{
"keys": [",", ","],
"command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{
"keys": ["alt+shift+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1]
]
}
},
{
"keys": ["alt+shift+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1]
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment