teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
All operations that can be applied on a Cursor inside a Buffer.
Moves cursor a line down.
Moves cursor a line up.
Moves cursor a character right.
Moves cursor a character left.
Go to the start of the Buffer.
Go to the end of the Buffer.
Go to the start of the current Line in the Buffer.
Go to the end of the current Line in the Buffer.
Scroll down by a page. Definition of a page is as given by the value in the Option pageScrollJump
.
Scroll up by a page. Definition of a page is as given by the value in the Option pageScrollJump
.
Jump to the beginning of the next paragraph.
Jump to the beginning of the previous paragraph.
Jump to the beginning of the next word.
Jump to the beginning of the previous word.