Cursor Movement

SEE ALSO: CursorTroughTabs, Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


MoveDown

Move cursor to next line.

SEE ALSO: Cursor Movement.


MoveUp

Move cursor to previous line

SEE ALSO: Cursor Movement.


MoveLeft

Move cursor to previous column.

SEE ALSO: Cursor Movement.


MoveRight

Move cursor to next column.

SEE ALSO: Cursor Movement.


MovePrev

Move cursor to previous character. Moves to end of the previous line if cursor is at the beginning of line.

SEE ALSO: Cursor Movement.


MoveNext

Move cursor to next character. Moves to the beginning of next line if cursor is at the end of line.

SEE ALSO: Cursor Movement.


MoveWordLeft

Move cursor to the beginning of the word on the left.

SEE ALSO: Cursor Movement.


MoveWordRight

Move cursor to the beginning of the word on the right.

SEE ALSO: Cursor Movement.


MoveWordPrev

Move cursor to the beginning of the previous word.

SEE ALSO: Cursor Movement.


MoveWordNext

Move cursor to the beginning of the next word.

SEE ALSO: Cursor Movement.


MoveWordEndLeft

Move cursor to the end of the previous word.

SEE ALSO: Cursor Movement.


MoveWordEndRight

Move cursor to the end of the word on the right.

SEE ALSO: Cursor Movement.


MoveWordEndPrev

Move cursor to the end of the previous word.

SEE ALSO: Cursor Movement.


MoveWordEndNext

Move cursor to the end of the next word.

SEE ALSO: Cursor Movement.


MoveLineStart

Move cursor to the beginning of line.

SEE ALSO: Cursor Movement.


MoveLineEnd

Move cursor to the end of line.

SEE ALSO: Cursor Movement.


MovePageStart

Move cursor to the first line on current page.

SEE ALSO: Cursor Movement.


MovePageEnd

Move cursor to the last line on currently page.

SEE ALSO: Cursor Movement.


MovePageUp

Display previous page.

SEE ALSO: Cursor Movement.


MovePageDown

Display next page.

SEE ALSO: Cursor Movement.


MoveFileStart

Move cursor to the beginning of file.

SEE ALSO: Cursor Movement.


MoveFileEnd

Move cursor to the end of file.

SEE ALSO: Cursor Movement.


MovePageLeft

Scroll horizontally to display page on the left.

SEE ALSO: Cursor Movement.


MovePageRight

Scroll horizontally to display page on the right.

SEE ALSO: Cursor Movement.


MoveBlockStart

Move cursor to the beginning of block.

SEE ALSO: Cursor Movement.


MoveBlockEnd

Move cursor to end beginning of block.

SEE ALSO: Cursor Movement.


MoveFirstNonWhite

Move cursor to the first non-blank character on line.

SEE ALSO: Cursor Movement.


MoveLastNonWhite

Move cursor to the last non-blank character on line.

SEE ALSO: Cursor Movement.


MovePrevEqualIndent

Move cursor to the previous line with equal indentation.

SEE ALSO: Cursor Movement.


MoveNextEqualIndent

Move cursor to the next line with equal indentation.

SEE ALSO: Cursor Movement.


MovePrevTab

Move cursor to the previous tab position.

SEE ALSO: Cursor Movement.


MoveNextTab

Move cursor to the next tab position.

SEE ALSO: Cursor Movement.


MoveTabStart

When cursor is on the tab characters, moves it to the beginning of the tab.

SEE ALSO: Cursor Movement.


MoveTabEnd

When cursor is on the tab characters, moves it to the end of the tab.

SEE ALSO: Cursor Movement.


MoveLineTop

Scroll the file to make the current line appear on the top of the window.

SEE ALSO: Cursor Movement.


MoveLineCenter

Scroll the file to make the current line appear on the center of the window.

SEE ALSO: Cursor Movement.


MoveLineBottom

Scroll the file to make the current line appear on the bottom of the window.

SEE ALSO: Cursor Movement.


ScrollLeft

Scroll screen left.

SEE ALSO: Cursor Movement.


ScrollRight

Scroll screen right.

SEE ALSO: Cursor Movement.


ScrollDown

Scroll screen down.

SEE ALSO: Cursor Movement.


ScrollUp

Scroll screen up.

SEE ALSO: Cursor Movement.


MoveFoldTop

Move to the beginning of current fold.

SEE ALSO: Cursor Movement.


MoveFoldPrev

Move to the beginning of previous fold.

SEE ALSO: Cursor Movement.


MoveFoldNext

Move to the beginning of next fold.

SEE ALSO: Cursor Movement.


MoveBeginOrNonWhite

Move to beginning of line, or to first non blank character

SEE ALSO: Cursor Movement.


MoveBeginLinePageFile

Move to the beginning of line. If there already, move to the beginning page. If there already, move to the beginning of file.

SEE ALSO: Cursor Movement.


MoveEndLinePageFile

Move to the end of line. If there already, move to the end page. If there already, move to the end of file.

SEE ALSO: Cursor Movement.


Deleting Text

SEE ALSO: Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


KillLine

Delete current line. If the line is the last line in the file, only the text is deleted.

SEE ALSO: Deleting Text.


KillChar

Delete character under (after) cursor.

SEE ALSO: Deleting Text.


KillCharPrev

Delete character before cursor.

SEE ALSO: Deleting Text.


KillWord

Delete the word after cursor.

SEE ALSO: Deleting Text.


KillWordPrev

Delete the word before cursor.

SEE ALSO: Deleting Text.


KillToLineStart

Delete characters to the beginning of line.

SEE ALSO: Deleting Text.


KillToLineEnd

Delete characters to the end of line.

SEE ALSO: Deleting Text.


KillBlock

Delete block.

SEE ALSO: Deleting Text.


KillBlockOrChar

If block is marked, delete it, otherwise delete character under cursor.

SEE ALSO: Deleting Text.


KillBlockOrCharPrev

If block is marked, delete it, otherwise delete character before cursor.

SEE ALSO: Deleting Text.


Delete

Delete character under (after) cursor.

SEE ALSO: DeleteKillTab, DeleteKillBlock, Deleting Text.


BackSpace

Delete character before cursor.

SEE ALSO: BackSpKillTab, BackSpKillBlock, Deleting Text.


Line Commands

SEE ALSO: Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


LineInsert

Insert a new line before the current one.

SEE ALSO: Line Commands.


LineAdd

Add a new line after the current one.

SEE ALSO: Line Commands.


LineSplit

Split current line after cursor position

SEE ALSO: Line Commands.


LineJoin

Join current line with next one. If cursor is positioned beyond the end of line, the current line is first padded with whitespace.

SEE ALSO: Line Commands.


LineNew

Append a new line and move to the beginning of new line.

SEE ALSO: Line Commands.


LineIndent

Reindent current line.

SEE ALSO: Line Commands.


LineTrim

Trim whitespace at the end of current line.

SEE ALSO: Line Commands.


LineDuplicate

Duplicate the current line.

SEE ALSO: Line Commands.


Block Commands

SEE ALSO: Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


BlockBegin

Set block beginning to current position.

SEE ALSO: Block Commands.


BlockEnd

Set block end to current position.

SEE ALSO: Block Commands.


BlockUnmark

Unmark block.

SEE ALSO: Block Commands.


BlockCut

Cut selected block to clipboard.

SEE ALSO: Block Commands.


BlockCopy

Copy selected block to clipboard.

SEE ALSO: Block Commands.


BlockCutAppend

Cut selected block and append it to clipboard.

SEE ALSO: Block Commands.


BlockCopyAppend

Append selected block to clipboard.

SEE ALSO: Block Commands.


BlockClear

SEE ALSO: Block Commands.


BlockPaste

Paste clipboard to current position.

SEE ALSO: Block Commands.


BlockKill

Delete selected text.

SEE ALSO: Block Commands.


BlockIndent

Indent block by 1 character.

SEE ALSO: Block Commands.


BlockUnindent

Unindent block by 1 character.

SEE ALSO: Block Commands.


BlockMarkStream

Start/stop marking stream block.

SEE ALSO: Block Commands.


BlockMarkLine

Start/stop marking line block.

SEE ALSO: Block Commands.


BlockMarkColumn

Start/stop marking column block.

SEE ALSO: Block Commands.


BlockExtendBegin

Start extending selected block.

SEE ALSO: Block Commands.


BlockExtendEnd

Stop extending selected block.

SEE ALSO: Block Commands.


BlockReIndent

Reindent entire block (C/REXX mode)

SEE ALSO: Block Commands.


BlockSelectWord

Select word under cursor as block.

SEE ALSO: Block Commands.


BlockSelectLine

Select current line as block.

SEE ALSO: Block Commands.


BlockSelectPara

Select current paragraph (delimited by blank lines) as block.

SEE ALSO: Block Commands.


BlockPasteStream

Paste clipboard to current position as stream block.

SEE ALSO: Block Commands.


BlockPasteLine

Paste clipboard to current position as line block.

SEE ALSO: Block Commands.


BlockPasteColumn

Paste clipboard to current position as column block.

SEE ALSO: Block Commands.


BlockPrint

Print a block to configured device.

SEE ALSO: Block Commands.


BlockRead

Read block from file.

SEE ALSO: Block Commands.


BlockWrite

Write marked block to file.

SEE ALSO: Block Commands.


BlockSort

Sorts the marked block in ascending order. If mode setting MatchCase is set, characters will be compared case sensitively. When block is marked in Stream or Line mode, the entire lines in marked block will be compared. When block is marked in Column mode, only characters within marked columns will be compared.

SEE ALSO: Block Commands.


BlockSortReverse

Sorts the marked block in descending order.

SEE ALSO: Block Commands.


BlockUnTab

Remove tabs from marked lines.

SEE ALSO: Block Commands.


BlockEnTab

Generate and optimize tabs in marked lines.

SEE ALSO: Block Commands.


BlockMarkFunction

Mark current function as block.

SEE ALSO: Block Commands.


Text Editing and Insertion

SEE ALSO: Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


Undo

Undo last operation

SEE ALSO: Text Editing and Insertion.


Redo

Redo last undone operation.

SEE ALSO: Text Editing and Insertion.


Folding Text


Bookmarks

SEE ALSO: Cursor Movement, Deleting Text, Line Commands, Block Commands, Text Editing and Insertion, Folding Text, Bookmarks, Character Translation.


PlaceBookmark

Place a file-local bookmark.

SEE ALSO: Bookmarks.


RemoveBookmark

Place a file-local bookmark.

SEE ALSO: Bookmarks.


GotoBookmark

Go to file-local bookmark location.

SEE ALSO: Bookmarks.


PlaceGlobalBookmark

Place global (persistent) bookmark.

SEE ALSO: Bookmarks.


RemoveGlobalBookmark

Remove global bookmark.

SEE ALSO: Bookmarks.


GotoGlobalBookmark

Go to global bookmark location.

SEE ALSO: Bookmarks.


PushGlobalBookmark

Push global bookmark (named as #<num>) to stack.

SEE ALSO: Bookmarks.


PopGlobalBookmark

Pop global bookmark from stack.

SEE ALSO: Bookmarks.


Character Translation

SEE ALSO: Character Translation.