How do I append a semicolon to every line in a file using :norm?
:%norm A;
The :%norm command runs normal mode commands on every line in the file (or a range).
:%norm A;
The :%norm command runs normal mode commands on every line in the file (or a range).