(super = command in OS X and windows button in Windows/Linux)
- ctrl + super + g - after selecting a text this command will select every appearance of the same string throughout the document.
- super + i - Incremental search
- shift + super + p - Command Palette (essentially find anything)
- VI mode - Remove vintage mode from "ignored_packages" inside settings file, make sure to change the user settings not default.
- You can filter what your project file displays, by making changes to the .sublime-project, here you are able to set specific paths to include, or what files to exclude/include.
- There is also a really good episode on adjusting your views width when you switch between files (https://tutsplus.com/lesson/configuring-and-mastering-split-windows/)
- Xiki - Add Xiki (http://xiki.org) to Sublime Text (https://github.com/trogdoro/xiki)
- Emmet(prev ZenCoding) - This was previously called ZenCoding, same features plus a lot more (https://github.com/sergeche/emmet-sublime).
- Prefixr - A plugin to run CSS through the prefixr API (http://wbond.net/sublime_packages/prefixr)
- Fetch - Lets you set up packages that you then will be able to fetch directly from the source, say the latest JQuery or some CMS or - framework(http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/)
- Advanced New File - You'll find this in package control, wasn't able to track down any repo.
- Sidebar Enhancements - Extends the options in the side bar of Sublime (find in project etc etc.) (https://github.com/titoBouzout/SideBarEnhancements)
- Gist - Save gists or load gists from an account on GitHub. Use a separate account for only gists for this preferably (only package control).
- DocBlockr - Create code comments more easily.
- PlainTasks - Task management inside Sublime (https://github.com/aziz/PlainTasks).
- HTTP Requester - Test rest APIs through Sublime Text (https://github.com/braindamageinc/SublimeHttpRequester).
- HTML5boilerplate - http://html5boilerplate.com
- Normalize.css - https://github.com/necolas/normalize.css
nice summary, dude!