MovementStep

class MovementStep

Passed as argument to various keybinding signals for moving the cursor position.

Fields

class MovementStep
BUFFER_ENDS

Move to ends of the buffer

DISPLAY_LINES

Move up or down lines (wrapped lines)

DISPLAY_LINE_ENDS

Move to either end of a line

HORIZONTAL_PAGES

Move horizontally by pages

LOGICAL_POSITIONS

Move forward or back by graphemes

PAGES

Move by pages

PARAGRAPHS

Move up or down paragraphs (newline-ended lines)

PARAGRAPH_ENDS

Move to either end of a paragraph

VISUAL_POSITIONS

Move left or right by graphemes

WORDS

Move forward or back by words