vim: Add gU/gu/g~ (#12782)
Co-Authored-By: ethanmsl@gmail.com Release Notes: - vim: Added `gu`/`gU`/`g~` for changing case. (#12565)
This commit is contained in:
parent
3eac83eece
commit
5548773b2e
6 changed files with 168 additions and 3 deletions
|
@ -539,6 +539,9 @@ impl Vim {
|
|||
| Operator::Replace
|
||||
| Operator::Indent
|
||||
| Operator::Outdent
|
||||
| Operator::Lowercase
|
||||
| Operator::Uppercase
|
||||
| Operator::OppositeCase
|
||||
) {
|
||||
self.start_recording(cx)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue