This chapter has only two exercises:
Start the Vim tutor by entering vimtutor in a terminal session (If you don't have vimtutor on your system, you might have to install it. In older versions of Debian, vimtutor was part of the vim package, but in Etch it became part of the vim-runtime package.), and get started. Practice is the only way!
Start a
GUI editor like Kate or Gedit (any editor which “colorize” syntax will do). The goal of this exercise is to see how the editor helps you with typing code by highlighting it. We just “look and see”. (This feature will come handy later in the course).
-
-
Once the page is displayed in your browser, click on “View Source” in the menu bar (the location of this feature will vary according to your browser). Once you have the source displayed, copy and paste it into your editor, and look at the result.
—-
Prev: Summary
Home
Next: Home sweet /home