Add g-w rewrap keybind for vim visual mode (#33853)
Hilmar Wiegand
created
There are both `g q` and `g w` keybinds for rewrapping in normal mode,
but `g w` is missing in visual mode. This PR adds that keybind.
Release Notes:
- Add `g w` rewrap keybind for vim visual mode