Max: insert an 'x' on the line in the middle of the current buffer Dyckhoff: delete to end of line and insert "ff" on a new line above ('k' goes up a line, 'o' starts insertion on new line below)
:) I think it would be fun to find a real name which did something actually interesting in vim. Max -----Original Message----- From: Dudley Fox [mailto:[EMAIL PROTECTED] Sent: Friday, April 06, 2007 8:50 AM To: vim@vim.org Subject: Silly Question Has anyone else heard of the vi name game? I was talking to an old crusty developer, and he said they used to open a random (unimportant) text file in vi. Then before typing in their name (and only their name, no going into insert mode first), they would have to guess what their name would tell vi to do. Then type in their name, and see if they were right. They assumed a vanilla vi with no mappings etc. For instance my name: Dudley 1. D - Would delete to the end of line 2. u - undo the deletion 3. dl - delete to the end of the line 4. e - jump to the end of the next word 5. y - start a yank, but never complete it since no follow up key was pressed. Dang I was wrong about step 3, it will only delete the next character not the entire line. Enjoy, Dudley