Skip to content

Instantly share code, notes, and snippets.

@nate12
Created April 6, 2013 07:07
Show Gist options
  • Save nate12/5325222 to your computer and use it in GitHub Desktop.
Save nate12/5325222 to your computer and use it in GitHub Desktop.
ST2: Open dir keymap
{
"keys": ["ctrl+super+o"],
"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