mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-15 13:38:43 +03:00
Sublime accepts both meta-Z
and meta-y
This commit is contained in:
parent
de69446e1e
commit
e003b478f3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user