http://www.perlmonks.org?node_id=78330


in reply to VI VI VI - the number of the beast

As for the mechanics of -why- this happened... the ~ command toggles capitalisation. Now, when you hit PgDn within a vi that doesn't handle it (such as on any Sun), you'll send something like ^[[4~, where the ^[ is the escape character. This turns off insert mode, puts you into command mode, beeps on the [4, and sends the tilde key, toggling caps for the letter under the cursor.

vim of course handles these keys properly in insert mode!

(Update: corrected [4 sequence)

--
Me spell chucker work grate. Knead grandma chicken.