Vim Editor

  1. Advanced Navigation and Text Objects
    1. Text Object Concept
      1. Inner vs Around Objects
        1. Object Boundaries
          1. Operator Integration
          2. Word Objects
            1. Inner Word
              1. Word Characters Only
                1. Punctuation Exclusion
                2. Around Word
                  1. Including Whitespace
                    1. Word Boundaries
                    2. WORD Objects
                      1. Whitespace-Separated
                        1. Punctuation Inclusion
                      2. Sentence and Paragraph Objects
                        1. Sentence Objects
                          1. Inner Sentence
                            1. Around Sentence
                            2. Paragraph Objects
                              1. Inner Paragraph
                                1. Around Paragraph
                                  1. Blank Line Boundaries
                                2. Quote and String Objects
                                  1. Double Quote Objects
                                    1. Inner Double Quotes
                                      1. Around Double Quotes
                                      2. Single Quote Objects
                                        1. Inner Single Quotes
                                          1. Around Single Quotes
                                          2. Backtick Objects
                                            1. String Escape Handling
                                            2. Bracket and Parentheses Objects
                                              1. Parentheses Objects
                                                1. Inner Parentheses
                                                  1. Around Parentheses
                                                  2. Square Bracket Objects
                                                    1. Inner Brackets
                                                      1. Around Brackets
                                                      2. Curly Brace Objects
                                                        1. Inner Braces
                                                          1. Around Braces
                                                          2. Angle Bracket Objects
                                                          3. Tag Objects
                                                            1. HTML/XML Tag Objects
                                                              1. Inner Tag
                                                                1. Around Tag
                                                                2. Nested Tag Handling
                                                                  1. Tag Attribute Handling
                                                                  2. Custom Text Objects
                                                                    1. Plugin-Defined Objects
                                                                      1. Language-Specific Objects