Mailspring/examples/N1-Github/keymaps/github.cson
Evan Morikawa 626a76622c refactor(package): remove old, unused, or private package. Adds examples
Moved to git@github.com:nylas/N1-private-packages.git

Also started an "examples" folder at the root level with an example Github
package
2015-09-10 12:57:40 -04:00

8 lines
149 B
Text

'body.platform-darwin':
'cmd-G': 'github:open'
'body.platform-linux':
'ctrl-G': 'github:open'
'body.platform-win32':
'ctrl-G': 'github:open'