Sublime accepts both meta-Z and meta-y

This commit is contained in:
Matt Colyer 2013-10-21 11:39:02 -07:00 committed by Ben Ogle
parent de69446e1e
commit e003b478f3

View File

@ -29,6 +29,7 @@
'shift-backspace': 'core:backspace'
'delete': 'core:delete'
'meta-z': 'core:undo'
'meta-Z': 'core:redo'
'meta-y': 'core:redo'
'meta-x': 'core:cut'
'meta-c': 'core:copy'