CSci 553 Spring 2006 LAB #2 Due Fri, Feb 3, 2006 (1) Do the getting started tutorial for the Vi Improved (VIM) text editor. $ vimtutor (2) Run the emacs tutorial $ emacs ctrl-h t Create a text file in a directory called lab2 in your home directory (suing either vi or emacs), and answer the following questions vi: 1) How would you search for the next occurrence of a word? How would you perform the search again? 2) How do you delete the wole line your cursor is currently at? 3) How to you search and replace (substitute) text in vi? emacs: 1) How do you search for the next occurrence of a word? How would you perform the search again? 2) How do you go to the beginning of the file you are editing in emacs? 3) How do you select and copy a group of text in emacs? How do you paste something you copied into the emacs buffer?