mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
'menu': [
|
|
{
|
|
'label': 'Packages'
|
|
'submenu': [
|
|
'label': 'Git Diff'
|
|
'submenu': [
|
|
{ 'label': 'Move to Next Diff', 'command': 'git-diff:move-to-next-diff' }
|
|
{ 'label': 'Move to Previous Diff', 'command': 'git-diff:move-to-previous-diff' }
|
|
{ 'label': 'Toggle Diff List', 'command': 'git-diff:toggle-diff-list' }
|
|
]
|
|
]
|
|
}
|
|
]
|