Add g-w rewrap keybind for vim visual mode (#33853)

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
This commit is contained in:
Hilmar Wiegand
2025-07-07 10:18:55 -06:00
committed by GitHub
parent c35af6c2e2
commit ddf3d99265
+1
View File
@@ -327,6 +327,7 @@
"g shift-r": ["vim::Paste", { "preserve_clipboard": true }],
"g c": "vim::ToggleComments",
"g q": "vim::Rewrap",
"g w": "vim::Rewrap",
"g ?": "vim::ConvertToRot13",
// "g ?": "vim::ConvertToRot47",
"\"": "vim::PushRegister",