Built-in commands for the interactive ReadLine editor.
public enum TerminalReadLineCommand
kind:method, kind:property, kind:ctor. Press Esc to clear.CancelCancels the current ReadLine.ClearScreenClears the screen.ClearSelectionClears the current selection.CopySelectionOrCancelCopies the current selection to the clipboard; when there is no selection, cancels the read.CursorHomeMoves the cursor to the start of the line.CursorLeftMoves the cursor left by one rune.CursorWordLeftMoves the cursor left by one word.DeleteBackwardDeletes one rune to the left of the cursor.DeleteWordBackwardDeletes one word to the left of the cursor.HistoryNextNavigates to the next history entry.IgnoreIgnores the key gesture (marks it handled).KillToStartKills text from the start of the line to the cursor (stores it in the internal kill buffer).KillWordRightKills one word to the right of the cursor (stores it in the internal kill buffer).PastePastes clipboard text (or the internal kill buffer).RedoRedoes the last undone edit.