Skip to content

Instantly share code, notes, and snippets.

@fluxsaas
Created May 9, 2012 07:29
Show Gist options
  • Save fluxsaas/2642677 to your computer and use it in GitHub Desktop.
Save fluxsaas/2642677 to your computer and use it in GitHub Desktop.
Some Sample Sublime Tipps
# Documentation
* http://www.sublimetext.com/docs/2/index.html
# Tutorials
* http://net.tutsplus.com/tutorials/tools-and-tips/sublime-text-2-tips-and-tricks/
# Example Settings File
# Preferences -> Settings - User
{
"font_size": 13.0,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
# Change keyboard shortcuts
# Preferences -> Key Bindings - Default
// { "keys": ["super+]"], "command": "indent" },
// { "keys": ["super+["], "command": "unindent" },
{ "keys": ["alt+tab"], "command": "indent" },
{ "keys": ["alt+shift+tab"], "command": "unindent" },
# Package Control
http://wbond.net/sublime_packages/package_control/installation
# Git
https://github.com/kemayo/sublime-text-2-git/wiki
# Running Guard
https://github.com/cyphactor/sublime_guard
# SideBarEnhancements
* https://github.com/titoBouzout/SideBarEnhancements
(inklusive copy content as data:uri base64, for css files!)
# Themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment