Remove duplicate command bindings for undo and redo

Co-authored-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Max Brunsfeld 2018-03-29 13:28:54 -07:00
parent e91b21d1f9
commit e6abfd1f31

View File

@ -122,8 +122,6 @@ module.exports = ({commandRegistry, commandInstaller, config, notificationManage
commandRegistry.add(
'atom-text-editor',
stopEventPropagation({
'core:undo': -> @undo()
'core:redo': -> @redo()
'core:move-left': -> @moveLeft()
'core:move-right': -> @moveRight()
'core:select-left': -> @selectLeft()