Skip to content

Instantly share code, notes, and snippets.

@foghina
Created September 9, 2011 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foghina/1206035 to your computer and use it in GitHub Desktop.
Save foghina/1206035 to your computer and use it in GitHub Desktop.
Sublime Text 2 Failed Snippet
[
{ "keys": ["ctrl+shift+i"], "command": "insert_snippet", "args": {"contents": "I18n.t($SELECTION)"}, "context":
[
{"key": "scope", "operator": "regex_contains", "operand": "ruby", "match_all": true }
]
}
]
@foghina
Copy link
Author

foghina commented Sep 9, 2011

Defined in: Packages/User/Default (Linux).sublime-keymap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment