teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Cursor

All operations that can be applied on a Cursor inside a Buffer.

cursor-down

Moves cursor a line down.

Note
Available since v1.0.0

cursor-up

Moves cursor a line up.

Note
Available since v1.0.0

cursor-right

Moves cursor a character right.

Note
Available since v1.0.0

cursor-left

Moves cursor a character left.

Note
Available since v1.0.0

cursor-reset

Go to the start of the Buffer.

Note
Available since v1.0.0

cursor-end

Go to the end of the Buffer.

Note
Available since v1.0.0

cursor-home

Go to the start of the current Line in the Buffer.

Note
Available since v1.0.0

cursor-line-end

Go to the end of the current Line in the Buffer.

Note
Available since v1.0.0

page-down

Scroll down by a page. Definition of a page is as given by the value in the Option pageScrollJump.

Note
Available since v1.0.0

page-up

Scroll up by a page. Definition of a page is as given by the value in the Option pageScrollJump.

Note
Available since v1.0.0

next-para

Jump to the beginning of the next paragraph.

Note
Available since v1.0.0

previous-para

Jump to the beginning of the previous paragraph.

Note
Available since v1.0.0

next-word

Jump to the beginning of the next word.

Note
Available since v1.0.0

previous-word

Jump to the beginning of the previous word.

Note
Available since v1.0.0