b Moves the cursor to the beginning (Freelance web design)

b Moves the cursor to the beginning of the previous word. 0 (zero) Moves the cursor to the beginning of the current line. $ Moves the cursor to the end of the current line. H Moves the cursor to the upper-left corner of the screen (first line on the screen). M Moves the cursor to the first character of the middle line on the screen. L Moves the cursor to the lower-left corner of the screen (last line on the screen). Now that you know how to input text and move around in text, the only other editing you need to know is how to delete text. Here are a few vi commands for deleting text: x Deletes the character under the cursor. X Deletes the character directly before the cursor. dw Deletes from the current character to the end of the current word. d$ Deletes from the current character to the end of the current line. d0 Deletes from the previous character to the beginning of the current line. If you feel pretty good about creating text and moving around the file, you may want to wrap things up. Several keystrokes for saving and quitting the file follow: ZZ Save the current changes to the file and exit from vi. :w Save the current file but continue editing. :wq Same as ZZ. :q Quit the current file. This works only if you don t have any unsaved changes. :q! Quit the current file and DON T save the changes you just made to the file. Tip
Note: If you are looking for cheap and reliable webhost to host and run your web application check Vision coldfusion web hosting services

Leave a Reply