- ST2, bash, chrome: http://www.damln.com/log/setup/
Last active
December 30, 2015 10:28
-
-
Save basiszwo/5388442 to your computer and use it in GitHub Desktop.
Sublime Text 2 Resources
- https://github.com/kkga/spacegray (base16 eighties)
- http://tmtheme-editor.herokuapp.com
- Sass
- CoffeeScript
Preference > User - Settings
{
"ensure_newline_at_eof_on_save": true
}
{
"trim_trailing_white_space_on_save": true
}
{
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Table cleaner package required: https://github.com/mishu91/Sublime-Text-2-Table-Cleaner
{
"table_cleaner_align_to_middle": false,
"table_cleaner_delimiters": ["|"],
"table_cleaner_delimiters_white_spaces": 1
}
{
"folder_exclude_patterns": [".bundle", ".git", ".sass-cache", "log", "script", "tmp", "import/data"],
"file_exclude_patterns": ["*.png", "*.gif", ".DS_Store", "Gemfile.lock"]
}
https://github.com/dzhibas/SublimePrettyJson
Format with: CMD + CTRL + J
Add key shortcut
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" },
paste code and use identation of surounding area. also preserve traditional paste on alternate keybinding.
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment