Created
May 9, 2012 07:29
-
-
Save fluxsaas/2642677 to your computer and use it in GitHub Desktop.
Some Sample Sublime Tipps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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