mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove duplicate command bindings for undo and redo
Co-authored-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user