Skip to content

Instantly share code, notes, and snippets.

@amiralles
Last active January 1, 2023 23:45
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 amiralles/08bb24317ccfae526075534911155346 to your computer and use it in GitHub Desktop.
Save amiralles/08bb24317ccfae526075534911155346 to your computer and use it in GitHub Desktop.
{
// Vim stuff.
"vintage_start_in_command_mode": true,
"vintage_ctrl_keys": true,
"added_words": [],
"caret_style": "smooth",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"detect_indentation": true,
"auto_indent": true,
"smart_indent": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"index_files": false,
"auto_complete": false,
"auto_complete_use_index": false,
"auto_complete_include_snippets": false,
"auto_complete_cycle": true,
"tab_completion": true,
"auto_complete_commit_on_tab": false,
"auto_match_enabled": false,
"bold_folder_labels": false,
// Similar to Vim's find/replace in selection?
"auto_find_in_selection": true,
"drag_text": false,
"ui_scale": 1.25,
"hardware_acceleration": "opengl",
"margin": 0,
"highlight_line": true,
"word_wrap": "true",
"wrap_width": 100,
"ruler_style": "stippled",
"rulers":
[
80,
100
],
"show_definitions": false,
"show_encoding": true,
"show_rel_path": true,
"show_full_path": true,
"draw_white_space": "selection",
"indent_guide_options": ["draw_normal"],
"font_face": "Iosevka Term",
// "font_face": "Iosevka Term Light",
// "font_face": "Inconsolata",
// "font_face": "Iosevka Term ExtraLight",
// "font_face": "PragmataPro Mono",
// "font_face": "Source Code Pro Light",
// "font_face": "Source Code Pro",
// "font_face": "NanumGothicCoding Regular",
"font_options":
[
"no_liga",
"no_clig",
"no_calt"
],
"font_size": 15,
"file_exclude_patterns":
[
"public/assets/*",
"*.cache",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.beam"
],
"folder_exclude_patterns":
[
"node_modules",
".git",
"doc"
],
"ignored_packages":
[
],
"ignored_words":
[
"params",
],
"index_exclude_patterns":
[
"_build/*",
"deps/*",
".elixir_ls"
],
"show_legacy_color_schemes": true,
"theme": "Default.sublime-theme",
"color_scheme": "Packages/Railscasts Extended/Railscasts Extended.tmTheme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment