#Sublime
CTRL + SHIFT + p: Command panelCTRL + p: File searchCTRL + r: Method search inside current fileCTRL + g: Go to line #CTRL + SHIFT + [: Fold codeCTRL + SHIFT + ]: Unfold codeALT + SHIFT + 2: Double column/file modeALT + SHIFT + 1: Single column/file modeCTRL + k + b: Toggle Folders sidebar"draw_white_space": "all" : Draw indentation spaces and tabs"rulers": [120] : Draw vertical ruler at 120 characters"tab_size": 2 + "translate_tabs_to_spaces": true + "detect_indentation": false"font_size": 9.5: Font size allows decimals for fine tunning"file_exclude_patterns": [ "*.log" ]: Excludes certain file extensions by default from searches & folder view"folder_exclude_patterns": [ "__pycache__" ],: Excludes folders from searches & folder view"animation_enabled": false + "tree_animation_enabled": false: Disable some small animations"trim_trailing_white_space_on_save": true: Self-explaining"font_options": ["no_italic"]: Remove italics"enable_telemetry": "disabled": Privacy control"default_line_ending": "unix": Change line endings (system, windows (CRLF), unix (LF)){ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar" }