mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add undo, redo, delete and select all commands to context menu
This commit is contained in:
@@ -148,6 +148,10 @@
|
||||
|
||||
'context-menu':
|
||||
'.overlayer':
|
||||
'Undo': 'core:undo'
|
||||
'Redo': 'core:redo'
|
||||
'Cut': 'core:cut'
|
||||
'Copy': 'core:copy'
|
||||
'Paste': 'core:paste'
|
||||
'Delete': 'core:delete'
|
||||
'Select All': 'core:select-all'
|
||||
|
||||
Reference in New Issue
Block a user