Skip to main content
added 58 characters in body
Source Link
Michael Mrozek
  • 95.8k
  • 40
  • 245
  • 236

In Vim you can use [[ and ]] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{[{ will take you back up to the nearest unmatched "{”;"; ])]) would take you ahead to the nearest unmatched ")", and so on.

In Vim you can use [ and ] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{ will take you back up to the nearest unmatched {”; ]) would take you ahead to the nearest unmatched ), and so on.

In Vim you can use [ and ] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{ will take you back up to the nearest unmatched "{"; ]) would take you ahead to the nearest unmatched ")", and so on.

A bit of formatting to differentiate typed Vim commands from other text.
Source Link

In vimVim you can use the [[ and ]] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{[{ will take you back up to the nearest unmatched {; ])”; ]) would take you ahead to the nearest unmatched ), and so on.

In vim you can use the [ and ] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{ will take you back up to the nearest unmatched {; ]) would take you ahead to the nearest unmatched ), and so on.

In Vim you can use [ and ] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{ will take you back up to the nearest unmatched {”; ]) would take you ahead to the nearest unmatched ), and so on.

Source Link

In vim you can use the [ and ] to quickly travel to nearest unmatched bracket of the type entered in the next keystroke.

So [{ will take you back up to the nearest unmatched {; ]) would take you ahead to the nearest unmatched ), and so on.