Sublime Text 3 how to change the font size of the file sidebar?

The answers are omitting the square brackets, in the case one is creating the file from scratch. To recap, for the ST3 users who don’t have the Default.sublime-theme file (which is actually the default configuration), the simplest procedure is: Navigate to Sublime Text -> Preferences -> Browse Packages Open the User directory Create a file … Read more

Sublime Text – JSON formatter shortcut

I have come across this issue too. I tried to figure it out by install jsFormat as follows: Open Package Control panel command+shift+p (mac), install package. Install jsFormat. Edit the shortcut for the jsformat: Choose Key-Binding user, then edit [ { “keys”: [ “command+l” ], “command”: “reindent” }, { “keys”: [ “ctrl+shift+s” ], “command”: “auto_save” … Read more

Sublime 3 – Set Key map for function Goto Definition

For anyone else who wants to set Eclipse style goto definition, you need to create .sublime-mousemap file in Sublime User folder. Windows – create Default (Windows).sublime-mousemap in %appdata%\Sublime Text 3\Packages\User Linux – create Default (Linux).sublime-mousemap in ~/.config/sublime-text-3/Packages/User Mac – create Default (OSX).sublime-mousemap in ~/Library/Application Support/Sublime Text 3/Packages/User Now open that file and put the following … Read more