DeleteType

Passed to various keybinding signals for deleting text.

Entries

Link copied to clipboard

Delete characters.

Link copied to clipboard

Delete only the portion of the word to the left/right of cursor if we’re in the middle of a word.

Link copied to clipboard

Delete words.

Link copied to clipboard

Delete display-lines. Display-lines refers to the visible lines, with respect to the current line breaks. As opposed to paragraphs, which are defined by line breaks in the input.

Link copied to clipboard

Delete only the portion of the display-line to the left/right of cursor.

Link copied to clipboard

Delete to the end of the paragraph. Like C-k in Emacs (or its reverse).

Link copied to clipboard

Delete entire line. Like C-k in pico.

Link copied to clipboard

Delete only whitespace. Like M-\ in Emacs.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.