Skip to content

Latest commit

 

History

History
35 lines (35 loc) · 2.46 KB

All.md

File metadata and controls

35 lines (35 loc) · 2.46 KB

All (All supported tasks. Does involve tasks that are designed with plugins in mind!)

Name Description Tags Notes
AppendChar Insert a char next to the cursor. append, insertion, change
ChangeWord Change text using w,c. horizontal, w, word, c, change
DeleteChar Delete the current char. change, char, deletion
DeleteInsideMatch Delete inside the current match. change, inside, match, deletion
DeleteLine Delete the current line. change, line, deletion
DeleteWORD Delete using 'W'. movement, word, deletion
DeleteWord Delete using 'w'. movement, word, deletion
Deletef Move using f. f, horizontal, movement
Increment Increment the value at the cursor. change, char, increment
InsertChar Insert a char at the current position. char, insertion, change
MoveAbsoluteLine Move to the absolute line. line, vertical, movement
MoveEndOfFile Move to the end the file. end, file, vertical, movement
MoveEndOfLine Move to the end of the current line. end, horizontal, line, movement
MoveF Move using F. F, horizontal, movement
MoveMatch Move to the current match. movement, match
MoveStartOfFile Move to the start of the file. file, vertical, start
MoveStartOfLine Move to the start of the current line. line, movement, start
MoveT Move using T. T, horizontal, movement
MoveWORD Move using W. W, WORD, movement
MoveWord Move using w. horizontal, w, word, movement
MoveWordEnd Move to the end of the current 'word'. end, vertical, word, movement
MoveO Enter and leave insert mode above the current line. insert_mode, linewise, movement, O
Moveo Enter and leave insert mode below the current line. insert_mode, linewise, movement, o
Movef Move using f. f, horizontal, movement
Movet Move using t. horizontal, t, movement
Paste Paste from a given register. register, paste
SearchForward Search forwards for a target-string. diagonal, movement, search
YankEndOfLine Yank to the end of the current line. line, yank, end
YankInsideMatch Yank inside the current match. inside, match, yank
YankIntoRegister Yank a line into a register. copy, line, vertical, register
YankWORD Yank using w. counter, horizontal, w, word, yank
YankWord Yank using w. counter, horizontal, w, word, yank