Sublime Text 2 - quick full screen
Full screening animation takes too long and it makes the external monitor completely useless. The following steps will effectively eliminate those issues.
Add this key value pair
"use_simple_full_screen":true</code> to Preferences > Settings - User
Restart sublime.
Now full screen mode works as expected.
source: http://www.sublimetext.com/dev
Written by Jessica Lam
Related protips
4 Responses
You have a typo in "usesimplefullscreen", should be "usesimplefullscreen"
It should be "use _ simple _ full _ screen" (without spaces). For some reason, this blog's text editor messes words with underscores.
@rogeriopvl yeah I just noticed that too. Preview of the pro tip is rendered correctly but not after save and publish :( I was able to fix it with use _simple_full_screen (adding back slashes before the underscore)
Thanks!