Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Getting Started with VI Editor
Rating: 3.5 out of 5(74 ratings)
3,413 students
Created byJayant Parida
Last updated 8/2019
English

What you'll learn

  • VI Editor

Course content

1 section14 lectures30m total length
  • Introduction to VI Editor1:56

    introduces the vi editor and its navigation and editing power, covering inserting text, deleting lines, commenting, and other basic vi commands for editing files on Linux or Unix.

  • VI Editor1:46

    Learn the vi editor, the default editor in Unix, and explore its two modes: command mode and insert mode, with basic editing commands.

  • Opening a File3:09

    Learn to open and edit files in vi, switch to insert mode, save changes with :wq, and navigate between multiple files within a session.

  • Navigating a File2:32

    Navigate a file in the vi editor using keyboard commands to jump to the start or end of a file, and to the start or end of a line. Practice with terminal examples like system.log to master navigation and searches.

  • Editing in VI Editor3:28

    Learn core vi editor editing techniques, including entering insert mode, inserting and moving text, yanking lines to copy, deleting lines, undoing and redoing changes, and saving files.

  • Saving and Quitting in VI Editor3:57

    Learn to save and quit in vi editor using :w, :q, and :wq. Quit all with :qa and force quit with :q!, including read-only file handling.

  • Searching Patterns in VI Editor2:24

    Learn to search patterns in the vi editor, set and use pattern records, and navigate between matches. Understand case-insensitive searches and prepare for pattern substitution.

  • Substitution in VI Editor3:16

    Discover how to substitute a pattern across files in vi editor, avoiding manual edits, using the colon substitute command, with options for confirmation and case-insensitive substitutions.

  • Running Shell Commands in VI Editor1:27

    Discover how to run shell commands from within the vi editor and manage files and directories while editing.

  • Some Useful VI Editor Options3:32

    Discover useful vi editor options to display line numbers, toggle numbering, enable syntax highlighting, and manage wrap and file types. Master search and substitution patterns to navigate and edit efficiently.

  • File Comparison1:47

    Learn to use the vi editor for file comparison, including comparing two or more files side by side, highlighting differences in red and missing lines in blue.

  • Summary0:47

    Open and navigate files in the vi editor, edit multiple documents, and create new files. Explore useful editor options and understand the basics covered in this course.

  • Exercise0:19
  • Bonus0:12

Requirements

  • Familiar with Mac or UNIX Based Operating Systems

Description

Why this course - 7 points to go for this course.

1. This course gives free access to learn VI editor.

2. It talks less theory and more action.

3. Simple explanations are given for different commands and usages.

4. The lectures are created in step by step fashion.

6. A simple exercises section added in the end to practise all the functionalities learned in VI Editor.

7. This course is also compiled, keeping in mind that any naive user who are eager to learn to computer and start basic programming. That's why the title "Getting Started".

Who this course is for:

  • Beginners in UNIX