Github: Feature Request: github:stage-all keyboard shortcut

Created on 23 Sep 2017  路  1Comment  路  Source: atom/github

I see that a while ago there was some discussion regarding adding the stage-all unstage-all commands as shortcuts without having to open the github panel right here:

https://github.com/atom/github/pull/405#issuecomment-270817399

However I'm not sure if we can be able to map them by ourselves?

I'm trying the following to no avail:

'.workspace':
  ', g a': 'github:stage-all'

Most helpful comment

Never mind took a dive in the source code:

'github:stage-all-changes'
'github:unstage-all-changes'

Are the actual commands now

>All comments

Never mind took a dive in the source code:

'github:stage-all-changes'
'github:unstage-all-changes'

Are the actual commands now

Was this page helpful?
0 / 5 - 0 ratings