Vim toggle case (#2648)

Release Notes:

- vim: Add ~ to toggle case
([#1410](https://github.com/zed-industries/community/issues/1410))
This commit is contained in:
Nathan Sobo
2023-06-27 04:13:24 -06:00
committed by GitHub
4 changed files with 83 additions and 9 deletions
+2
View File
@@ -168,6 +168,7 @@
"^": "vim::FirstNonWhitespace",
"o": "vim::InsertLineBelow",
"shift-o": "vim::InsertLineAbove",
"~": "vim::ChangeCase",
"v": [
"vim::SwitchMode",
{
@@ -297,6 +298,7 @@
"y": "vim::VisualYank",
"p": "vim::VisualPaste",
"s": "vim::Substitute",
"~": "vim::ChangeCase",
"r": [
"vim::PushOperator",
"Replace"