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
Advanced Navigation and Text Objects
Text Object Concept
Inner vs Around Objects
Object Boundaries
Operator Integration
Word Objects
Inner Word
Word Characters Only
Punctuation Exclusion
Around Word
Including Whitespace
Word Boundaries
WORD Objects
Whitespace-Separated
Punctuation Inclusion
Sentence and Paragraph Objects
Sentence Objects
Inner Sentence
Around Sentence
Paragraph Objects
Inner Paragraph
Around Paragraph
Blank Line Boundaries
Quote and String Objects
Double Quote Objects
Inner Double Quotes
Around Double Quotes
Single Quote Objects
Inner Single Quotes
Around Single Quotes
Backtick Objects
String Escape Handling
Bracket and Parentheses Objects
Parentheses Objects
Inner Parentheses
Around Parentheses
Square Bracket Objects
Inner Brackets
Around Brackets
Curly Brace Objects
Inner Braces
Around Braces
Angle Bracket Objects
Tag Objects
HTML/XML Tag Objects
Inner Tag
Around Tag
Nested Tag Handling
Tag Attribute Handling
Custom Text Objects
Plugin-Defined Objects
Language-Specific Objects
Previous
8. Visual Mode Operations
Go to top
Next
10. Marks and Jumps