Useful Links
Computer Science
Other Tools and Technologies
Vim Editor
1. Introduction to Vim
2. Installation and Setup
3. First Steps with Vim
4. Understanding Vim Modes
5. Basic Navigation in Normal Mode
6. Basic Text Editing in Normal Mode
7. Command-Line Mode Operations
8. Visual Mode Operations
9. Advanced Navigation and Text Objects
10. Marks and Jumps
11. Register System
12. Macro System
13. Working with Multiple Files
14. Search and Pattern Matching
15. File Operations and Management
16. Customization and Configuration
17. Plugin System and Extensions
18. Advanced Vim Features
19. Integration and Workflow
20. Troubleshooting and Help
21. Advanced Learning and Mastery
Basic Text Editing in Normal Mode
Entering Insert Mode
Cursor Position Insertion
Insert Before Cursor
Insert After Cursor
Line Position Insertion
Beginning of Line
End of Line
New Line Creation
Line Below Current
Line Above Current
Text Deletion
Character Deletion
Delete Under Cursor
Delete Before Cursor
Motion-Based Deletion
Delete Word
Delete to Line End
Delete Entire Line
Delete to Line Beginning
Deletion Shortcuts
The Operator-Motion System
Command Structure
Operator Component
Motion Component
Count Integration
Delete Operator
Motion Combinations
Line Operations
Character Operations
Change Operator
Change and Insert
Motion-Based Changes
Line Change Operations
Yank Operator
Copy Operations
Motion-Based Yanking
Line Yanking
Text Manipulation
Paste Operations
Paste After Position
Paste Before Position
Line vs Character Pasting
Undo and Redo
Single Undo
Line Undo
Redo Operations
Undo Tree Navigation
Command Repetition
Dot Command
Last Change Repetition
Count with Repetition
Line Operations
Line Joining
Join with Space
Join Without Space
Line Manipulation
Duplicate Lines
Move Lines
Case Manipulation
Character Case Toggle
Motion-Based Case Change
Lowercase Operations
Uppercase Operations
Visual Mode Case Changes
Special Character Insertion
Digraph System
Common Digraphs
Custom Digraphs
Unicode Character Entry
Control Character Insertion
Previous
5. Basic Navigation in Normal Mode
Go to top
Next
7. Command-Line Mode Operations