Vim Syntax
1. Modes Key Mode Description ESC Normal Mode Default mode. Used for navigation and simple editing. i Insert Mode Insert and edit text. : Command Mode Run commands like save, quit, search, etc. 2. Basic Commands Open File vi <file> Quit :q! Insert Text i Save File :w Save and Quit :wq 3. Navigation Enable Line Numbers :set number Jump to Line :<line_number> Example: ...