SIGN IN SIGN UP

vim: Change into visual mode on select all matches (#24897)

This Pull Request fixes an issue where selecting all matches on a search
would not update vim to visual mode.

In the video below the following scenarios are tested:

1. Clicking "Select All Matches" in the buffer search bar correctly
changes vim to visual mode
2. Pressing Enter jumps the cursor to the first match and does not
change vim's mode
3. Selecting all matches with the `⌥⏎` changes vim to visual mode


https://github.com/user-attachments/assets/f7535638-987e-4f33-9364-292f99b60167

Thanks @ConradIrwin for both the quick pairing session and the solution!
🙇

Closes #14681 

Release Notes:

- vim: Use visual mode for "select all matches" in search (to be
consistent with `ga`)
D
Dino committed
294dea10e89e4975f37ba0c4053f2228b77aa31f
Parent: fc85ca0
Committed by GitHub <noreply@github.com> on 2/14/2025, 7:37:35 PM