Skip to content

Instantly share code, notes, and snippets.

@renatocarvalho
Created December 23, 2013 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatocarvalho/8091410 to your computer and use it in GitHub Desktop.
Save renatocarvalho/8091410 to your computer and use it in GitHub Desktop.
Side Bar.sublime-settings
{
"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,
"new_files_relative_to_project_root": false,
"disabled_menuitem_edit": false,
"disabled_menuitem_open_run": true,
"disabled_menuitem_open_in_browser": false,
"disabled_menuitem_open_in_new_window": true,
"disabled_menuitem_find_in_project": false,
"disabled_menuitem_copy_name": false,
"disabled_menuitem_copy_path": false,
"disabled_menuitem_copy_dir_path": true,
"disabled_menuitem_paste_in_parent": true,
"disabled_menuitem_empty": true,
//if installed in a default location maybe this works.
"default_browser": "", //one of this list: firefox, chrome, canary, chromium, opera, safari
"portable_browser": "", // for example: C:/Program Files (x86)/Nightly/firefox.exe
"expand_sidebar_on_startup": true,
"disable_send_to_trash": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment