Skip to content

Instantly share code, notes, and snippets.

@nuno-azevedo
Last active August 30, 2019 11:34
Show Gist options
  • Select an option

  • Save nuno-azevedo/07f3ffa15096a8439e5fb9f403108b25 to your computer and use it in GitHub Desktop.

Select an option

Save nuno-azevedo/07f3ffa15096a8439e5fb9f403108b25 to your computer and use it in GitHub Desktop.
Sublime Text Configs
{
"anaconda_linter_mark_style": "none",
"swallow_startup_errors": true
}
{
"align_indent": false
}
[
{ "keys": ["ctrl+,"], "command": "edit_settings",
"args": { "base_file": "${packages}/Default/Preferences.sublime-settings" } },
{ "keys": ["ctrl+\\"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+alt+shift+t"], "command": "open_terminal" }
]
[
{ "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" },
{ "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" }
]
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["super+shift+]"], "command": "next_view_in_stack" },
{ "keys": ["super+shift+["], "command": "prev_view_in_stack" },
{ "keys": ["super+shift+t"], "command": "reopen_last_file" },
{ "keys": ["super+alt+t"], "command": "open_terminal" }
]
{
"bootstrapped": true,
"in_process_packages": [],
"installed_packages": [
"AutoFileName",
"BracketHighlighter",
"Case Conversion",
"Color Highlighter",
"Dockerfile Syntax Highlighting",
"Generic Config",
"Git",
"GitGutter",
"Material Theme",
"Monokai Neue",
"Package Control",
"PackageResourceViewer",
"SideBarTools",
"SublimeCodeIntel",
"SublimeLinter",
"SublimeLinter-annotations",
"Sync Settings",
"Sync View Scroll",
"SyncedSideBar",
"Terminal"
]
}
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".dropbox",
"Icon?"
],
"folder_exclude_patterns":
[
".dropbox.cache",
".git"
],
"font_face": "Pragmata Pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 4,
"line_padding_top": 4,
"margin": 0,
"match_brackets_angle": true,
"material_theme_accent_scrollbars": true,
"material_theme_accent_yellow": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
120
],
"scroll_past_end": false,
"show_encoding": true,
"show_line_endings": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
{
"extensions":
[
".zshrc",
"zshrc"
]
}
{
"terminal": "iTerm2-v3.sh"
}
{
"terminal": "terminator"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment