Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created November 15, 2013 12:21
Show Gist options
  • Save steppefox/7483520 to your computer and use it in GitHub Desktop.
Save steppefox/7483520 to your computer and use it in GitHub Desktop.
ST3 Sublime Text - Keybindings config
[
{
"keys": ["command+ctrl+."],
"command": "insert_snippet",
"args": {"name": "Packages/User/html-yiit.sublime-snippet"}
},
{
"keys": ["command+ctrl+shift+."],
"command": "insert_snippet",
"args": {"name": "Packages/User/php-yiit.sublime-snippet"}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment