Skip to content

Latest commit

 

History

History

sublime-text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sublime Text Configuration

Here are the contents of my Sublime Text 3 packages folder.

To use this configuration in your installation of Sublime Text, start by installing Package Control.

Then copy all the files in this folder to your computer:

  • Windows: %APPDATA%\Sublime Text 3
  • OS X: ~/Library/Application Support/Sublime Text 3
  • Linux: ~/.config/sublime-text-3

Now manually install all of the packages listed in the installed_packages section of Package Control.sublime-settings using the Package Control Install Package command.

Updating user preferences

If you'd like to tweak the editor preferences, update Preferences.sublime-settings to meet your needs.

To learn more about the available settings, read the official documentation about settings.

Custom keyboard shortcuts

I've configured some customised keyboard shortcuts in Default (Windows).sublime-keymap.

To set your own keyboard shortcuts, you'll need to make sure you add these in the file that matches your operating system. Check out the unofficial documentation about this for more information.

Increasing file tab height

I prefer larger file tabs to make the file names more prominent on the screen.

If you'd like to do this too, edit your chosen .sublime-theme file and increase the value of the tab_height setting to 40.