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

Commit 0f0d735

Browse files
committed
move the the Jump to file from the generic FilePatchView menu to the --staged and --unstaged
1 parent 77414e9 commit 0f0d735

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

menus/git.cson

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
{
5151
'type': 'separator'
5252
}
53+
{
54+
'label': 'Jump to File'
55+
'command': 'github:jump-to-file'
56+
'after': ['core:confirm']
57+
}
5358
{
5459
'label': 'Unstage Selection'
5560
'command': 'core:confirm'
@@ -60,6 +65,11 @@
6065
{
6166
'type': 'separator'
6267
}
68+
{
69+
'label': 'Jump to File'
70+
'command': 'github:jump-to-file'
71+
'after': ['core:confirm']
72+
}
6373
{
6474
'label': 'Stage Selection'
6575
'command': 'core:confirm'

0 commit comments

Comments
 (0)