danielhq
3/25/2013 - 2:17 PM

My sublime settings

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" }
]