From be9d9aedb53e9b3211765f16bf4b90f5d31c1722 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Mon, 24 Feb 2014 21:03:53 +0000 Subject: Added all files --- TEST | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TEST (limited to 'TEST') diff --git a/TEST b/TEST new file mode 100644 index 0000000..9726e8e --- /dev/null +++ b/TEST @@ -0,0 +1,13 @@ + 1. Move the cursor to this line. + + 2. Press v and move the cursor to the fifth item below. Notice that the + text is highlighted. + + 3. Press the : character. At the bottom of the screen :'<,'> will appear. + + 4. Type w TEST , where TEST is a filename that does not exist yet. Verify + that you see :'<,'>w TEST before you press . + + 5. Vim will write the selected lines to the file TEST. Use :!dir or :!ls + to see it. Do not remove it yet! We will use it in the next lesson. + -- cgit v1.2.3-54-g00ecf