vi commands

2009 Mar 01


Most vi commands are of the form:
   [command][number]text object
or the equivalent:
   [number][command]text object
where [number] multiplies the command effect.
Cursor
Movement
Editing
Commands

@a
   means exceute the commands in buffer a

2005-2009