Skip to content

Instantly share code, notes, and snippets.

@evanemolo
Created October 25, 2012 22:13
Show Gist options
  • Save evanemolo/3955797 to your computer and use it in GitHub Desktop.
Save evanemolo/3955797 to your computer and use it in GitHub Desktop.
Sublime Text 2 Side Bar Enhancement Settings -- default browser: chrome
{
"statusbar_modified_time" : false,
"statusbar_modified_time_format" : "%A %b %d %H:%M:%S %Y",
"statusbar_file_size" : false,
"close_affected_buffers_when_deleting_even_if_dirty" : false,
"hide_open_with_entries_when_there_are_no_applicable" : false,
"confirm_before_deleting" : true,
"disabled_menuitem_edit": false,
"disabled_menuitem_open_run": false,
"disabled_menuitem_open_in_browser": false,
"disabled_menuitem_open_in_new_window": false,
"disabled_menuitem_find_in_project": false,
"disabled_menuitem_copy_name": false,
"disabled_menuitem_copy_path": false,
"disabled_menuitem_paste_in_parent": false,
//if installed in a default location maybe this works.
"default_browser": "chrome" //one of this list: firefox, chrome, chromium, opera, safari
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment