aboutsummaryrefslogtreecommitdiffstats
path: root/TEST
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:28:46 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:28:46 +0000
commit1e4bf42350a2145081224e4610312bc65566ad5c (patch)
tree311cebff7fe1a2fb2f330b09da023e0ce7186045 /TEST
parentcd48e9a226481f9e22cae580386049b6fd9d9c4b (diff)
downloadc-stuff-1e4bf42350a2145081224e4610312bc65566ad5c.tar.gz
c-stuff-1e4bf42350a2145081224e4610312bc65566ad5c.tar.xz
c-stuff-1e4bf42350a2145081224e4610312bc65566ad5c.zip
More cleanup
Diffstat (limited to 'TEST')
-rw-r--r--TEST13
1 files changed, 0 insertions, 13 deletions
diff --git a/TEST b/TEST
deleted file mode 100644
index 9726e8e..0000000
--- a/TEST
+++ /dev/null
@@ -1,13 +0,0 @@
- 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 <ENTER>.
-
- 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.
-