Skip to content

Instantly share code, notes, and snippets.

@dnmiller
Last active January 13, 2017 23:09
Show Gist options
  • Save dnmiller/e8e6d9b9a1d9a244a8abbde27d80fc12 to your computer and use it in GitHub Desktop.
Save dnmiller/e8e6d9b9a1d9a244a8abbde27d80fc12 to your computer and use it in GitHub Desktop.
Sublime Text Sync Settings

Sublime Text Sync Settings

{
"anaconda_linting": true,
"anaconda_gutter_theme": "alpha",
"anaconda_linter_mark_style": "none",
"pep8_ignore":
[
"E309"
],
}
[
// Quick escape in insert mode
{ "keys": ["j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_insert"}, "context": [{"key": "vi_insert_mode_aware"}] },
// Quick escape in visual mode
{ "keys": ["j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual"}] },
// Quick escape in visual block mode
// { "keys": ["j", "k", "l"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// { "keys": ["j", "l", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// { "keys": ["k", "j", "l"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// { "keys": ["k", "l", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// { "keys": ["l", "j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// { "keys": ["l", "k", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_block"}] },
// Quick escape in visual line mode
// { "keys": ["j", "k", "l"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
// { "keys": ["j", "l", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
// { "keys": ["k", "j", "l"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
// { "keys": ["k", "l", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
// { "keys": ["l", "j", "k"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
// { "keys": ["l", "k", "j"], "command": "_enter_normal_mode", "args": {"mode": "mode_visual"}, "context": [{"key": "vi_mode_visual_line"}] },
{ "keys": ["ctrl+l"], "command": "next_view" },
{ "keys": ["ctrl+h"], "command": "prev_view" },
{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "pages", "forward": false} },
{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "pages", "forward": true} },
]
{
"extensions":
[
"mdef",
"m"
]
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AlignTab",
"Anaconda",
"C Improved",
"C++ Starting Kit",
"ClangAutoComplete",
"CMake",
"CTags",
"Material Theme",
"Package Control",
"Python Breakpoints",
"SideBarEnhancements",
"Skins",
"SublimeLinter",
"SublimeLinter-contrib-clang",
"SublimeLinter-json",
"SublimeLinter-pyyaml",
"Sync Settings",
"Theme - Flatland",
"TrailingSpaces",
"Vintageous",
"WrapCode"
],
"repositories":
[
"https://github.com/dnmiller/WrapCode"
]
}
{
"added_words":
[
"indices"
],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"enable_telemetry": false,
"file_exclude_patterns":
[
"*.DS_Store",
"*.pyc",
"*.git",
"*.svn",
"*.ropeproject",
"*.asv",
"*.anno",
".tags*",
"*.bak",
"GPATH",
"GRTAGS",
"GTAGS",
".tags"
],
"folder_exclude_patterns":
[
"__pycache__",
"*.git",
"*.svn",
"*.hg",
".ipynb_checkpoints"
],
"font_face": "Consolas",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"1x1",
"Cannula",
"Eball",
"Params",
"Recentering",
"Syntr",
"cannula",
"cmd",
"dof",
"dofs",
"eball",
"enum",
"manip",
"params",
"pos",
"pre",
"recentering"
],
"line_padding_bottom": 1,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"preview_on_click": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"skin": "ayu/ayu mirage",
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"vintageous_ignorecase": false,
"word_wrap": false,
"wrapcode_column": 78
}
{
// preferred debugger (pdb, ipdb, pudb,..) - must support set_trace() call
"debugger": "ipdb",
// "auto" (read from global settings), or a positive integer
"tab_size": "auto",
// name of scope for color highlighting; replace with "mark" if "invalid" is annoying
"highlight": "invalid",
// icon name for the gutter, one of: "" (disabled), "dot", "circle", "bookmark" or "cross"
"gutter_icon": "circle",
// auto-save the file on breakpoint toggle
"save_on_toggle": false
}
{
"user":
{
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"linters":
{
"clang":
{
"@disable": false,
"args":
[
],
"excludes":
[
],
"extra_flags": "",
"include_dirs":
[
]
},
"json":
{
"@disable": false,
"args":
[
],
"excludes":
[
],
"strict": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment