mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Remove defunct ‘editor:move-to-previous-word’ command
The method this command calls was removed a very long time ago. Use ‘editor:move-to-previous-word-boundary’ instead. Fixes atom/command-palette#41
This commit is contained in:
@@ -247,7 +247,6 @@ atom.commands.add 'atom-text-editor', stopEventPropagation(
|
||||
'core:select-up': -> @selectUp()
|
||||
'core:select-down': -> @selectDown()
|
||||
'core:select-all': -> @selectAll()
|
||||
'editor:move-to-previous-word': -> @moveToPreviousWord()
|
||||
'editor:select-word': -> @selectWordsContainingCursors()
|
||||
'editor:consolidate-selections': (event) -> event.abortKeyBinding() unless @consolidateSelections()
|
||||
'editor:move-to-beginning-of-next-paragraph': -> @moveToBeginningOfNextParagraph()
|
||||
|
||||
Reference in New Issue
Block a user