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:
parent
c35af6c2e2
commit
ddf3d99265
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue