count

VIM 101

Created: 2022-07-08
Tags: #permanent


operator [count] motion

operator = command itself, instructs what to do
[count] = REPEATS THE MOTION, optional argument
MOTION = moves over text, commands that lets you move cursor

References