vi name game

Open a random file in vi and you have to find what will your Name do? For e.g. my name 'Senthil', replaces the current line with 'enthil'. Got to know about 'S' command. 'kumaran' did something more interesting.
k - go up.
u - undo insert. Nothing happens.
m - set mark and with next letter being register.
a - register for the mark.
r - replace the character under the cursor.
a - with a
n - repeat the previous search whichever you might have performed.

No comments: