Mailspring/internal_packages/github/keymaps/github.cson
Evan Morikawa ae5429365e feat(github): add GitHub plugin
Summary:
Adding a simple GitHub plugin that shows a button on the thread view.

If we detect the "open in github" links, then we'll show the button on the
thread.

Test Plan: manual

Reviewers: dillon, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D1959
2015-09-01 11:57:06 -07: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'