Created
August 20, 2012 18:42
-
-
Save eknown/3406555 to your computer and use it in GitHub Desktop.
prefs open in browser chrome osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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