0

Vintage Mode: Visual Mode Search Support

Kyle Walker 10 years ago 0
In vim you can do the following:
1. Enter visual mode <v>
2. Search </example text> or search next <n>
This will highlight the section where where your cursor was at to the new location.

In sublime's vintage mode any searching exits visual mode.

Note: Sublime currently supports <v10gg> to highlight from your current location to line 10, and <v10j> to highlight the next 10 lines.