From 7a211a5e467c9d8187a5ebfef5f9bc9712219cd7 Mon Sep 17 00:00:00 2001 From: "Lepretre, Romain (ext) (SI GSW BELNAF GC EN)" Date: Wed, 23 Apr 2025 08:55:30 +0200 Subject: [PATCH] :fire: delete :Tutor's TEST file --- TEST | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 TEST diff --git a/TEST b/TEST deleted file mode 100644 index 1b0b0f26..00000000 --- a/TEST +++ /dev/null @@ -1,21 +0,0 @@ - 2. Press [v](v) and move the cursor to the fifth item below. Notice that the - text is highlighted. - - 3. Press the `:`{normal} character. At the bottom of the screen - - `:'<,'>`{vim} - - will appear. - - 4. Type - - `w TEST`{vim} - - where TEST is a filename that does not exist yet. Verify that you see - - `:'<,'>w TEST`{vim} - - before you press ``{normal}. - - 5. Neovim will write the selected lines to the file TEST. Use `:!ls`{vim} to see it. - Do not remove it yet! We will use it in the next lesson.