GtkMovementStep

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

Values

ValueMeaning
LOGICAL_POSITIONS0

Move forward or back by graphemes

VISUAL_POSITIONS1

Move left or right by graphemes

WORDS2

Move forward or back by words

DISPLAY_LINES3

Move up or down lines (wrapped lines)

DISPLAY_LINE_ENDS4

Move to either end of a line

PARAGRAPHS5

Move up or down paragraphs (newline-ended lines)

PARAGRAPH_ENDS6

Move to either end of a paragraph

PAGES7

Move by pages

BUFFER_ENDS8

Move to ends of the buffer

HORIZONTAL_PAGES9

Move horizontally by pages

Meta