diff --git a/src/selection.coffee b/src/selection.coffee index 984d29849..cf4e54725 100644 --- a/src/selection.coffee +++ b/src/selection.coffee @@ -216,7 +216,7 @@ class Selection # Public: Selects all the text from the current cursor position to the end of # the line. selectToEndOfLine: -> - @modifySelection => @cursor.moveToEndOfLine() + @modifySelection => @cursor.moveToEndOfScreenLine() # Public: Selects all the text from the current cursor position to the # beginning of the word.