Module: GtkSource::SmartHomeEndType

Defined in:
(unknown)

Constant Summary collapse

DISABLED =

smart-home-end disabled.

0 or :disabled
BEFORE =

move to the first/last non-whitespace character on the first press of the HOME/END keys and to the beginning/end of the line on the second press.

1 or :before
AFTER =

move to the beginning/end of the line on the first press of the HOME/END keys and to the first/last non-whitespace character on the second press.

2 or :after
ALWAYS =

always move to the first/last non-whitespace character when the HOME/END keys are pressed.

3 or :always