Change.md

March 23, 2025 ยท View on GitHub

Change (Tasks that change the buffer but do not use the 'change' operator.)

NameDescriptionTags
AppendCharInsert a char next to the cursor.append, change, insertion
CommentLineChange the current line into a single line comment.change, commenting, plugin
DecrementDecrement the value at the cursor.change, char, increment
DeleteCharDelete the current char.change, char
IncrementIncrement the value at the cursor.change, char, increment
InsertCharInsert a char at the current position.change, char
JoinLinesJoin the current line with the line below.change, J, join, line
MoveoEnter and leave insert mode below the current line.change, insert_mode, linewise, o
MoveOEnter and leave insert mode above the current line.change, insert_mode, linewise, O