Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.16 KB

NonMovements.md

File metadata and controls

17 lines (17 loc) · 1.16 KB

NonMovements (Tasks not involving movement.)

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
Increment Increment the value at the cursor. change, char, increment
InsertChar Insert a char at the current position. char, insertion, change
MoveStartOfFile Move to the start of the file. file, vertical, start
Paste Paste from a given register. register, paste
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