#vim peculiarities: I want to append a semicolon to currently selected lines. If ...

Words
23
Reading
1 min
Listen
Play
1y

... I do this with :'<,'>norm A; it takes ages.
If do the same thing with :'<,'>s/$/;/ it's almost instant.