diff options
| author | EliteTK <tomasz.kramkowski@gmail.com> | 2014-02-24 21:03:53 +0000 | 
|---|---|---|
| committer | EliteTK <tomasz.kramkowski@gmail.com> | 2014-02-24 21:03:53 +0000 | 
| commit | be9d9aedb53e9b3211765f16bf4b90f5d31c1722 (patch) | |
| tree | f9368e8a880abf9b9392d631da1e5a373c23dc7e /TEST | |
| parent | de4075f451a2d6e457dbf9dff714d166618c4495 (diff) | |
| download | c-stuff-be9d9aedb53e9b3211765f16bf4b90f5d31c1722.tar.gz c-stuff-be9d9aedb53e9b3211765f16bf4b90f5d31c1722.tar.xz c-stuff-be9d9aedb53e9b3211765f16bf4b90f5d31c1722.zip | |
Added all files
Diffstat (limited to 'TEST')
| -rw-r--r-- | TEST | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -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 <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. + | 
