About
An operator is a component of a Vim command and can be seen as the function.
Articles Related
List
- x : delete a character
- d: delete (by default a word) - (ie cut)
- y: yank (ie copy)
- a : add
- k : Move the pointer up by line
- p: paste (after the cursor)
- P: paste (before the cursor)
- g for goto ?
- G goto for line
- f for file ?