Name | Description | Tags | Notes |
---|---|---|---|
AppendChar | Insert a char next to the cursor. | append, insertion, change | |
BlockCommentLine | Change the current line into a block comment. | change, plugin, programming, comment | This assumes the use of a plugin, it is not tested with the buildin-commenting-feature. |
ChangeWord | Change multiple words. | c, horizontal, w, word, change | |
CommentLine | Change the current line into a single line comment. | change, commenting, plugin, programming | Not available in vanilla-vim, needs plugin. |
DeleteChar | Delete the current char. | change, char, deletion | |
DeleteLine | Delete the current line. | change, line, deletion | |
Increment | Increment the value at the cursor. | change, char, increment | |
InsertChar | Insert a char at the current position. | char, insertion, change | |
JoinLines | Join the current line with the line below. | J, join, line, change |