Vim Editor

  1. Command-Line Mode Operations
    1. Entering and Using Command-Line Mode
      1. Command-Line Activation
        1. Command Structure
          1. Command Completion
            1. Tab Completion
              1. Wildcard Expansion
              2. Command History Navigation
              3. File Management Commands
                1. Saving Files
                  1. Basic Save
                    1. Save As Operations
                      1. Forced Saves
                      2. Opening Files
                        1. Edit New File
                          1. Reload Current File
                            1. File Recovery
                            2. File Information
                              1. File Status
                                1. File Properties
                                2. Reading External Files
                                  1. Insert File Contents
                                    1. Command Output Insertion
                                  2. Search Operations
                                    1. Pattern Searching
                                      1. Forward Search
                                        1. Backward Search
                                          1. Case Sensitivity
                                          2. Search Navigation
                                            1. Next Match
                                              1. Previous Match
                                                1. Search Wrapping
                                                2. Search Customization
                                                  1. Highlighting Options
                                                    1. Search History
                                                  2. Search and Replace
                                                    1. Basic Substitution
                                                      1. Single Line Replace
                                                        1. Global Line Replace
                                                          1. File-wide Replace
                                                          2. Substitution Options
                                                            1. Confirmation Mode
                                                              1. Case Sensitivity
                                                                1. Global vs First Match
                                                                2. Range-Based Operations
                                                                  1. Line Range Specification
                                                                    1. Visual Range Selection
                                                                      1. Pattern-Based Ranges
                                                                      2. Regular Expression Usage
                                                                        1. Basic Patterns
                                                                          1. Advanced Regex Features
                                                                            1. Backreferences
                                                                          2. Vim Configuration
                                                                            1. Option Setting
                                                                              1. Boolean Options
                                                                                1. Numeric Options
                                                                                  1. String Options
                                                                                  2. Common Configuration Options
                                                                                    1. Display Options
                                                                                      1. Line Numbers
                                                                                        1. Relative Numbers
                                                                                          1. Syntax Highlighting
                                                                                          2. Search Options
                                                                                            1. Incremental Search
                                                                                              1. Case Handling
                                                                                              2. Editing Options
                                                                                                1. Tab Settings
                                                                                                  1. Indentation
                                                                                                    1. Auto-indent
                                                                                                  2. Option Inspection
                                                                                                    1. Current Settings
                                                                                                      1. Option Help
                                                                                                        1. Default Values
                                                                                                      2. External Command Integration
                                                                                                        1. Shell Command Execution
                                                                                                          1. Single Commands
                                                                                                            1. Interactive Commands
                                                                                                            2. Command Output Handling
                                                                                                              1. Output to Buffer
                                                                                                                1. Output Filtering
                                                                                                                2. File System Operations
                                                                                                                  1. Directory Listing
                                                                                                                    1. File Operations
                                                                                                                  2. Advanced Command-Line Features
                                                                                                                    1. Command Ranges
                                                                                                                      1. Line Number Ranges
                                                                                                                        1. Pattern Ranges
                                                                                                                          1. Visual Ranges
                                                                                                                          2. Command Modifiers
                                                                                                                            1. Silent Execution
                                                                                                                              1. Verbose Output
                                                                                                                              2. Command Abbreviations