mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Added Ctrl-Shift-Z for Linux Redo.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
'ctrl-w': 'core:close'
|
||||
'ctrl-z': 'core:undo'
|
||||
'ctrl-y': 'core:redo'
|
||||
'ctrl-shift-z': 'core:redo'
|
||||
'ctrl-x': 'core:cut'
|
||||
'ctrl-c': 'core:copy'
|
||||
'ctrl-v': 'core:paste'
|
||||
|
||||
Reference in New Issue
Block a user