Skip to content

Instantly share code, notes, and snippets.

@danyeah
Created March 25, 2013 14:17
Show Gist options
  • Save danyeah/5237419 to your computer and use it in GitHub Desktop.
Save danyeah/5237419 to your computer and use it in GitHub Desktop.
My sublime settings
// Distraction Free.sublime-settings
// http://www.sublimetext.com/docs/2/distraction_free.html
{
"line_numbers": true,
"gutter": true,
"draw_centered": true,
"wrap_width":0,
"word_wrap": true,
"scroll_past_end": true
}
// KeyBindings
[
{ "keys": ["ctrl+shift+u"], "command": "sftp_upload_file" },
{ "keys": ["f1"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["f2"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+f2"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["shift+f3"], "command": "css_sorter" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment