afm719 / Cloud-Computing-Arahi

0 stars 0 forks source link

VIM commands #4

Open afm719 opened 2 days ago

afm719 commented 2 days ago

Vim Modes:

  1. Normal Mode: The default mode when you open Vim. Here you navigate and execute commands.
    • Press Esc to return to Normal Mode from any other mode.
  2. Insert Mode: To enter text.
    • Press i to enter Insert Mode.
  3. Visual Mode: To select text.
    • Press v to start selecting text.
  4. Command-Line Mode: To run commands.
    • Press : to enter Command-Line Mode.

Navigation Commands:

Editing Text:

Search and Replace:

Save and Exit:

Other Useful Operations: