Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
move the the Jump to file from the generic FilePatchView menu to the …
Browse files Browse the repository at this point in the history
…--staged and --unstaged
  • Loading branch information
lkashef committed Oct 30, 2019
1 parent 77414e9 commit 0f0d735
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions menus/git.cson
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
{
'type': 'separator'
}
{
'label': 'Jump to File'
'command': 'github:jump-to-file'
'after': ['core:confirm']
}
{
'label': 'Unstage Selection'
'command': 'core:confirm'
Expand All @@ -60,6 +65,11 @@
{
'type': 'separator'
}
{
'label': 'Jump to File'
'command': 'github:jump-to-file'
'after': ['core:confirm']
}
{
'label': 'Stage Selection'
'command': 'core:confirm'
Expand Down

0 comments on commit 0f0d735

Please sign in to comment.