~libele/vilearn -
an interactive vi tutorial -
sourcehut git
~libele/vilearn
summary
tree
log
refs
an interactive vi tutorial
00ee4a43
libele
3 years ago
replace old website url with See Also section
88bbcc40
libele
3 years ago
BSD Makefile
95cfacd2
libele
3 years ago
loop menu
refs
master
browse
log
1.2
release notes
clone
read-only<br>https://git.sr.ht/~libele/vilearn<br>read/write<br>git@git.sr.ht:~libele/vilearn
Clone repo to your account
You can also use your local clone with<br>git send-email.
#vilearn
vilearn is an interactive vi tutorial comprised of 5 tutorials.
vilearn presents a menu of available tutorials for vi. There are five<br>short tutorials, each a text file intended to be edited with vi.
The first, Basic Editing , covers the handful of commands<br>required to both navigate all five tutorials and do basic editing.
The second tutorial, Moving Efficiently , covers all of the<br>cursor positioning commands. These are the commands used later as<br>arguments to editing commands.
Tutorial three, Cutting and Pasting , introduces the first<br>compound commands, numbering, and copy buffers.
The Inserting Techniques tutorial continues the discussion<br>of compound commands, while completing the list of insertion commands<br>first discussed in tutorial one.
The final tutorial, Tricks and Timesavers , is less a<br>tutorial than a description of common vi commands which don't fit<br>correctly into normal vi logic.
Each user edits their own copy of the tutorial, saved in the<br>~/.vilearn directory.
#Installation:
To install, type
make install
To change the install paths, type (for example)
make BINDIR=/usr/bin MANDIR=/usr/share/man TUTORIALS=/usr/share/vilearn install
#See Also:
why vi rocks
vi(1) - OpenBSD Manual Pages<br>nex/nvi
vi(1) - Arch Manual Pages<br>Traditional Vi
vilearn 1.0 (c) 1992 Jill Kliger and Wesley Craig. All Rights Reserved.