an interactive vi tutorial
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
libele 66e6865bc0 version 1.1 9 months ago
1basics version 1.0 9 months ago
2moving version 1.0 9 months ago
3cutpaste version 1.0 9 months ago
3temp version 1.0 9 months ago
4inserting version 1.0 9 months ago
5tricks version 1.0 9 months ago
LICENSE license-ify 9 months ago
README.md add new readme 9 months ago
makefile version 1.1 9 months ago
outline version 1.0 9 months ago
vilearn.man version 1.0 9 months ago
vilearn.sh version 1.1 9 months ago

README.md

vilearn

vilearn is an interactive vi tutorial comprised of 5 tutorials.

vilearn presents a menu of available tutorials for vi. There are five short tutorials, each a text file intended to be edited with vi.

  • The first, Basic Editing, covers the handful of commands required to both navigate all five tutorials and do basic editing.

  • The second tutorial, Moving Efficiently, covers all of the cursor positioning commands. These are the commands used later as arguments to editing commands.

  • Tutorial three, Cutting and Pasting, introduces the first compound commands, numbering, and copy buffers.

  • The Inserting Techniques tutorial continues the discussion of compound commands, while completing the list of insertion commands first discussed in tutorial one.

  • The final tutorial, Tricks and Timesavers, is less a tutorial than a description of common vi commands which don't fit correctly into normal vi logic.

Each user edits their own copy of the tutorial, saved in the ~/.vilearn directory.

Installation:

To install, edit the makefile and type

make install

https://web.archive.org/web/20020806204039/http://vilearn.org/


vilearn 1.0 (c) 1992 Jill Kliger and Wesley Craig. All Rights Reserved.