Skip to content

Instantly share code, notes, and snippets.

@dangoor
Forked from jviereck/gist:342892
Created March 26, 2010 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dangoor/345028 to your computer and use it in GitHub Desktop.
Save dangoor/345028 to your computer and use it in GitHub Desktop.
"define metadata";
({
"provides": [
{
"ep": "keymapping",
states: {
start: [
{
name: 'Copy to clipboard',
regex: 'ctrl_c'
action: 'copy'
},
{
name: 'Save the current file',
regex: 'ctrl_s',
action: 'command:save'
}
}
]
});
"end";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment