Hello! I have Sublime Text 3 installed and I’m having trouble making it not open in fullscreen mode. I don’t know what I’ve done wrong but everytime I open the app it automatically opens in fullscreen. If anyone can help and tell me how to stop it I would really be appreciative. Here is my settings file:
{
“close_windows_when_empty”: true,
“color_scheme”: “Packages/Dracula Pro/Dracula Pro.tmTheme”,
“drag_text”: false,
“file_exclude_patterns”:
[
“.pyc",
".pyo”,
“.exe",
".dll”,
“.obj",
".o”,
“.a",
".lib”,
“.so",
".dylib”,
“.ncb",
".sdf”,
“.suo",
".pdb”,
“.idb",
“.DS_Store”,
".class”,
“.psd",
".db”,
“.sublime-workspace"
],
“folder_exclude_patterns”:
[
“.svn”,
“.git”,
“.hg”,
“CVS”
],
“font_face”: “Fira Code”,
“font_options”:
[
“subpixel_antialias”
],
“font_size”: 12,
“highlight_line”: true,
“hot_exit”: false,
“ignored_packages”:
[
“Vintage”
],
“index_exclude_patterns”:
[
".log”
],
“line_padding_top”: 5,
“no_italic”: true,
“remember_full_screen”: false,
“remember_open_files”: false,
“tab_size”: 2,
“theme”: “Adaptive.sublime-theme”,
“translate_tabs_to_spaces”: true,
“use_simple_full_screen”: false
}
Thank you!