-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicVI.html
More file actions
36 lines (29 loc) · 715 Bytes
/
Copy pathbasicVI.html
File metadata and controls
36 lines (29 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Basic Vi</title>
</head>
<body>
<center>
<h1>Basic Vi</h1>
</center>
<p>
Vi is a visual editor commonly available on UNIX machines. If you are
new to vi, you may want to see if vim is available on the machine(s) you
are using. Vim is "vi improved" and provides syntax coloring (very
helpful) and some other neat features.
</p>
<p>
The two files below are from email messages sent to a student who had to
use vi for the first time. They
contain basic information that may be useful to others starting
out with this common editor.
</p>
<UL>
<LI><a href="vi101.txt">vi 101</a>
<p>
<LI><a href="moreVi.txt">More Vi</a>
</UL>
</body>
</html>