Skip to content

Instantly share code, notes, and snippets.

@monkstone
Last active October 16, 2016 18:51
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 monkstone/235aa375412afede7c6caa69da161b37 to your computer and use it in GitHub Desktop.
Save monkstone/235aa375412afede7c6caa69da161b37 to your computer and use it in GitHub Desktop.
atom-k9.cson
'.platform-linux atom-text-editor, .platform-win32 atom-text-editor':
'alt-ctrl-b': 'atom-k9:run'
'alt-ctrl-shift-w': 'atom-k9:watch'
'alt-ctrl-c': 'atom-k9:close'
'.platform-darwin atom-text-editor':
'alt-cmd-b': 'atom-k9:run'
'alt-cmd-shift-w': 'atom-k9:watch'
'alt-cmd-c': 'atom-k9:close'
{
".platform-linux atom-text-editor, .platform-win32 atom-text-editor": {
"alt-ctrl-b": "atom-k9:run",
"alt-ctrl-shift-w": "atom-k9:watch",
"alt-ctrl-c": "atom-k9:close"
},
".platform-darwin atom-text-editor": {
"alt-cmd-b": "atom-k9:run",
"alt-cmd-shift-w": "atom-k9:watch",
"alt-cmd-c": "atom-k9:close"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment