Skip to content

Instantly share code, notes, and snippets.

@Zmetser
Created April 3, 2013 12:55
Show Gist options
  • Save Zmetser/5300974 to your computer and use it in GitHub Desktop.
Save Zmetser/5300974 to your computer and use it in GitHub Desktop.
Default (OSX).sublime-keymap * Reveal in side bar * Reveal in finder
{
"keys": ["super+shift+r"],
"command": "reveal_in_side_bar"
},
{
"keys": ["super+f", "super+i"],
"command": "open_dir",
"args": {"dir": "$file_path", "file": "$file_name"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment