All.md
January 13, 2026 ยท View on GitHub
All (All currently supported tasks)
| Name | Description | Tags |
|---|---|---|
| AppendChar | Insert a char next to the cursor. | append, change, insertion |
| ChangeF | Change text using F | cchange, chair-wise, F, horizontal, left, operator |
| Changef | Change text using f | cchange, chair-wise, f, horizontal, operator, right |
| ChangeLine | Change the current line. | cchange, line, lines, operator |
| ChangeT | Change text using T | cchange, chair-wise, horizontal, left, operator, T |
| Changet | Change text using f | cchange, chair-wise, horizontal, operator, right, t |
| ChangeWORD | Change multiple WORDS. | cchange, counter, horizontal, operator, text-object, WORD |
| CommentLine | Change the current line into a single line comment. | change, commenting, plugin |
| Decrement | Decrement the value at the cursor. | change, char, increment |
| DeleteChar | Delete the current char. | change, char |
| DeleteF | Delete back to the previous char. | chair-wise, deletion, F, horizontal, left, operator, register |
| Deletef | Delete forward to the next char. | chair-wise, deletion, f, horizontal, operator, register, right |
| DeleteInsideQuotes | Delete inside the quotes. | deletion, operator, quotes, register |
| DeleteLine | Delete the current line. | deletion, line |
| DeleteMatch | Delete the current match. | deletion, match, operator, register, register, text-object |
| DeleteSentence | Delete the textobject inner sentence. | deletion, horizontal, operator, register, sentence, text-object |
| Deletet | Delete to the next char. | chair-wise, deletion, horizontal, operator, register, right, t |
| DeleteT | Delete back to the next char. | chair-wise, deletion, horizontal, left, operator, register, T |
| DeleteWord | Delete multiple words. | counter, deletion, horizontal, operator, register, text-object, word |
| DeleteWORD | Delete multiple WORDs. | counter, deletion, horizontal, operator, register, text-object, WORD |
| DeleteWordEnd | Delete using 'e'. | deletion, end, operator, register, vertical, word_end |
| DeleteWORDEnd | Delete using 'E'. | deletion, END, operator, register, vertical, WORD_end |
| Increment | Increment the value at the cursor. | change, char, increment |
| InsertAtStartOfLine | Insert text at the start of the line. | I, insert, line, start |
| InsertChar | Insert a char at the current position. | change, char |
| JoinLines | Join the current line with the line below. | change, J, join, line |
| MoveAbsoluteLine | Move to the absolute line. | line, movement, vertical |
| MoveCharsLeft | Move left charwise. | char, h, horizontal, movement |
| MoveCharsRight | Move right charwise. | horizontal, l, movement |
| MoveEndOfFile | Move to the end the file. | end, file, movement, vertical |
| MoveEndOfLine | Move to the end of the current line. | end, horizontal, line, movement |
| Movef | Find the next char. | chair-wise, f, horizontal, movement, operator, right |
| MoveF | Go back to the last ocurrence of a char. | chair-wise, F, horizontal, left, movement, operator |
| MoveLinesDown | Move down multiple lines. | horizontal, j, lines, movement, operator |
| MoveLinesUp | Move multiple lines up. | horizontal, k, lines, movement, operator |
| MoveMark | Move to a mark | mark, movement, vertical |
| MoveMatch | Move to the current match. | match, movement, operator, text-object |
| Moveo | Enter and leave insert mode below the current line. | change, insert_mode, linewise, o |
| MoveO | Enter and leave insert mode above the current line. | change, insert_mode, linewise, O |
| MoveStartOfFile | Move to the start of the file. | file, start, vertical |
| MoveStartOfLine | Move to the start of the current line. | line, movement, start |
| MoveT | Go back next to the last ocurrence of a char. | chair-wise, horizontal, left, movement, operator, T |
| Movet | Move using t. | chair-wise, horizontal, movement, operator, right, t |
| MoveWORD | Move multiple WORDS. | counter, horizontal, movement, operator, text-object, WORD |
| MoveWord | Move multiple words. | counter, horizontal, movement, operator, text-object, word |
| MoveWORDEnd | Move to the end of WORDs. | END, movement, operator, vertical, WORD_end |
| MoveWordEnd | Move to the end of words. | end, movement, operator, vertical, word_end |
| OpenWindow | Open a new window. | window |
| Paste | Paste from a given register. | Paste, register |
| paste | Paste from a given register. | paste, register |
| SearchBackward | Search backwards. | diagonal, movement, search |
| SearchForward | Search forwards. | forward, movement, search |
| SearchWordBackward | Search backwards for the word at the cursor. | backward, movement, search |
| SearchWordForward | Search forwards for the word at the cursor. | forward, movement, search |
| YankEndOfLine | Yank to the end of the current line. | end, line, yank |
| Yankf | Yank to the next char. | chair-wise, f, horizontal, operator, register, right, yank |
| YankF | Yank back to the previous char. | chair-wise, F, horizontal, left, operator, register, yank |
| YankInsideBlock | Yank inside the block. | inside, operator, register, text-object, yank |
| YankInsideQuotes | Yank inside the quotes. | operator, quotes, register, yank |
| YankLine | Yank a line into a register. | line, lines, operator, register, vertical, yank |
| YankMatch | Yank the current match. | match, operator, register, register, text-object, yank |
| Yankt | Yank next to the next char. | chair-wise, horizontal, operator, register, right, t, yank |
| YankT | Yank back next to the previous char. | chair-wise, horizontal, left, operator, register, T, yank |
| YankWORD | Yank multiple WORDS. | counter, horizontal, operator, register, text-object, WORD, yank |
| YankWord | Yank multiple words. | counter, horizontal, operator, register, text-object, word, yank |