Felipe Gentil

Opening Sublime Text in fullscreen mode

18 May 2016

This is just a quick tip for those who use Sublime Text in fullscreen mode. I’ve realized that my default workflow is always..

1) $ cd project/i/am/working/on
2) $ git pull
3) $ subl .
4) CMD + SHIFT + ENTER

I checked and couldn’t find a way to setup in Preferences: Settings - User to make that 4th step automatically.

Luckly, SublimeText accepts a parameter when opening with

$ subl

All you have to do is

$ subl --command toggle_full_screen

If you’re lazy like me and simply can’t remember all those more-than-ten-characters-command-line, you can always create an alias for that :)

Cheers.