Skip to content

Instantly share code, notes, and snippets.

@eknown
Created August 20, 2012 18:42
Show Gist options
  • Save eknown/3406555 to your computer and use it in GitHub Desktop.
Save eknown/3406555 to your computer and use it in GitHub Desktop.
prefs open in browser chrome osx
[
{ "keys": ["ctrl+t"], "command": "side_bar_new_file" },
{ "keys": ["f12"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing"}
},
{ "keys": ["command+l"],
"command": "side_bar_open_in_browser",
"args":{"paths":["/Users/enonavital/Applications/Google Chrome.app"], "type":"production"}
},
{ "keys": ["command+u"],
"command": "side_bar_files_open_with",
"args":{"paths": [], "application": "/Applications/Google Chrome.app", "extensions":".*"}
},
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+f"], "command": "side_bar_find_files_path_containing" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment