Settings for using Sublime Text 2 better.
Originally customised for myself (d2s).
Your mileage may vary.
I keep modifying these more or less daily so things might get broken. Don't blame me if that happens. It's probably better to make copy of these to another location and just copy the parts you find most useful.
- Sublime Text 2
- Package Control
- Source Code Pro typeface
- Perv-ColorScheme (via Package Control)
There is also "Source Sans Pro" typeface that could be used with non-code writing. Could try to use that in plain text or Markdown files.
Go to your Sublime Text 2 Packages directory:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
Clone the settings repository using the command below:
git clone https://github.com/d2s/Sublime-Text-2-User-Settings.git "User"
Read Package Control page for details about how to install it and other possible extensions via the system.
- Soda Theme
- Theme - Soda
- Tomorrow Color Schemes
- [Goto Documentation][]
- Alignment
- Terminal
- AAAPackageDev
- [Emmet][]
- [WordCount][]
- EditorConfig
- Dotfiles Syntax Highlighting
- AutoFileName
- SublimeTODO
- git plugin
- Git
- GitHub.app Menu
- Gitignore
- CTags
- CTags for PHP
- SublimeClang
- SublimeCodeIntel
- SublimeLinter
- [sublime-ToggleQuotes][]
- [SublimeTODO][]
- [Placeholders][]
- SCSS
- [sublime-csspecific][]
- LESS
- Backbone.js
- [CoffeeScript][]
- JSDocs
- JsFormat
- [SublimeText-Nodejs][]
- Nodejs
- Pretty JSON
- Jasmine
- jQuery
- JsFormat
- Rake
- RSpec
- Cucumber
- Guard
- Haml
- [sublime-text-2-wordpress][]
- Wordpress
- Format SQL
- ApacheConf.tmLanguage
- nginx
- LaTeX Track Changes
- LaTeXTools
- ActionScript 3
- SublimeJava
[CoffeeScript]: https://github.com/jashkenas/coffee-script-tmbundle) "TextMate Bundle for CoffeeScript" [SublimeText-Nodejs]: https://github.com/tanepiper/SublimeText-Nodejs "nodejs snippets and bindings for Sublime Text 2" [SublimeTODO]: https://github.com/robcowie/SublimeTODO "Extract TODO-type comments from open files and project folders" [sublime-ToggleQuotes]: https://github.com/spadgos/sublime-ToggleQuotes "ST2 Plugin for toggling quote marks" [sublime-csspecific]: https://github.com/spadgos/sublime-csspecific "CSS specificity calculator for Sublime Text 2" [sublime-text-2-wordpress]: https://github.com/purplefish32/sublime-text-2-wordpress "WordPress package for Sublime Text 2" [Goto Documentation]: https://github.com/kemayo/sublime-text-2-goto-documentation "Sublime Text 2 plugin to go to documentation" [Placeholders]: https://github.com/mrmartineau/Placeholders "Placeholder HTML & content (lorem ipsum) package for Sublime Text 2" [Emmet]: http://docs.emmet.io/ "Emmet — the essential toolkit for web-developers" [WordHighlight]: https://github.com/SublimeText/WordHighlight "Highlight all copies of the currently selected word" [WordCount]: https://github.com/SublimeText/WordCount "Real time Word Counter"