Skip to content

Instantly share code, notes, and snippets.

@khanhtran3005
Last active July 20, 2021 13:43
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 khanhtran3005/673356c1f71b62968ad02066d108a2ee to your computer and use it in GitHub Desktop.
Save khanhtran3005/673356c1f71b62968ad02066d108a2ee to your computer and use it in GitHub Desktop.
Some useful configurations

Preferences > Key Bindings - User

[
  { "keys": ["ctrl+t", "ctrl+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
  { "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" } 
]

Preferences > Settings - User

{
  "draw_white_space": "all",
  "font_size": 13,
  "trim_trailing_white_space_on_save": true,
  "translate_tabs_to_spaces": true,
  "detect_indentation": false,
  "tab_size": 4,
  "ensure_newline_at_eof_on_save": true,
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment